Skip to content

Commit

Permalink
Mention how to select the dav1d library
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jan 22, 2023
1 parent 9a19a87 commit db21867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ It is a simple FFI binding and safe abstraction over [dav1d][1].
To build the code, always have a look at [CI](https://github.com/rust-av/dav1d-rs/blob/master/.github/workflows/dav1d.yml) to install the necessary dependencies on all
supported operating systems.

### Overriding the dav1d library

The bindings use [system-deps](https://docs.rs/system-deps) to find dav1d. You may override the `PKG_CONFIG_PATH` or
direcly set the env vars `SYSTEM_DEPS_DAV1D_SEARCH_NATIVE` and/or `SYSTEM_DEPS_DAV1D_LIB`.

## Building with vcpkg for Windows x64

Expand Down
Binary file removed tools/src/.main.rs.swp
Binary file not shown.

0 comments on commit db21867

Please sign in to comment.