Skip to content

Commit 3124a1b

Browse files
authored
devops: fine-tune ffmpeg compilation (microsoft#3823)
This patch: - removes `--enable-gpl` and `--enable-version3` flags. This defaults builds to LGPL2 license - includes `--disable-autodetect` to ensure determenism - includes extra version suffix to link from binary files back to these build scripts
1 parent 4240e1d commit 3124a1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1000
1+
1001

browser_patches/ffmpeg/CONFIG.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ LIBVPX_CONFIG="--enable-static \
2121
--disable-examples"
2222

2323
FFMPEG_VERSION="n4.3.1"
24-
FFMPEG_CONFIG="--enable-gpl \
25-
--enable-version3 \
24+
FFMPEG_CONFIG="--extra-version=playwright-build-$(cat ./BUILD_NUMBER | head -1) \
2625
--disable-debug \
26+
--disable-autodetect \
2727
--disable-everything \
2828
--enable-ffmpeg \
2929
--enable-protocol=pipe \

0 commit comments

Comments
 (0)