diff --git a/scripts/ffmpeg-config b/scripts/ffmpeg-config index 4eb38f37..034a22c4 100755 --- a/scripts/ffmpeg-config +++ b/scripts/ffmpeg-config @@ -13,7 +13,7 @@ if test -f "$BUILD"/ffmpeg_options ; then unset -v IFS fi -OPTIONS="--enable-gpl --disable-debug --disable-doc --enable-static --disable-shared" +OPTIONS="--enable-gpl --disable-debug --disable-doc --enable-static --enable-libdav1d --disable-shared" if "$BUILD"/scripts/test-libmpv ; then OPTIONS="$OPTIONS --enable-pic" fi