Skip to content

Commit

Permalink
Make the vendored rav1e completely static
Browse files Browse the repository at this point in the history
It sidetracks the problem of linking the static library without using
the information provided by the pkg-config file.
  • Loading branch information
lu-zero committed Apr 10, 2021
1 parent dd993f3 commit e8582f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/rav1e.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ git clone -b 0.4 --depth 1 https://github.com/xiph/rav1e.git

cd rav1e
cargo install cargo-c
cargo cinstall --release --prefix="$(pwd)/dist" --library-type=staticlib
cargo cinstall --crt-static --release --prefix="$(pwd)/dist" --library-type=staticlib
cd ..

0 comments on commit e8582f1

Please sign in to comment.