Skip to content

Commit

Permalink
Merge branch 'BtbN:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leiurayer authored May 26, 2022
2 parents dad49ef + 0d5fea8 commit e7592d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts.d/50-mfx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ffbuild_dockerbuild() {
./configure "${myconf[@]}"
make -j$(nproc)
make install

ln -s libmfx.pc "$FFBUILD_PREFIX"/lib/pkgconfig/mfx.pc
}

ffbuild_configure() {
Expand Down
2 changes: 1 addition & 1 deletion scripts.d/50-svtav1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SVTAV1_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
SVTAV1_COMMIT="da60d7c6e27c08806da0b493d5d3fc0a08629102"
SVTAV1_COMMIT="98aba736053ba0cb00112db88a7f39f16bd64080"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand Down

0 comments on commit e7592d1

Please sign in to comment.