diff --git a/browser_patches/ffmpeg/BUILD_NUMBER b/browser_patches/ffmpeg/BUILD_NUMBER index 83b33d238d..dd11724042 100644 --- a/browser_patches/ffmpeg/BUILD_NUMBER +++ b/browser_patches/ffmpeg/BUILD_NUMBER @@ -1 +1 @@ -1000 +1001 diff --git a/browser_patches/ffmpeg/CONFIG.sh b/browser_patches/ffmpeg/CONFIG.sh index fc77d9b739..338d36b86f 100644 --- a/browser_patches/ffmpeg/CONFIG.sh +++ b/browser_patches/ffmpeg/CONFIG.sh @@ -21,9 +21,9 @@ LIBVPX_CONFIG="--enable-static \ --disable-examples" FFMPEG_VERSION="n4.3.1" -FFMPEG_CONFIG="--enable-gpl \ - --enable-version3 \ +FFMPEG_CONFIG="--extra-version=playwright-build-$(cat ./BUILD_NUMBER | head -1) \ --disable-debug \ + --disable-autodetect \ --disable-everything \ --enable-ffmpeg \ --enable-protocol=pipe \