devops: fine-tune ffmpeg compilation (#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
This commit is contained in:
parent
4240e1df1d
commit
3124a1b600
|
|
@ -1 +1 @@
|
||||||
1000
|
1001
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,9 @@ LIBVPX_CONFIG="--enable-static \
|
||||||
--disable-examples"
|
--disable-examples"
|
||||||
|
|
||||||
FFMPEG_VERSION="n4.3.1"
|
FFMPEG_VERSION="n4.3.1"
|
||||||
FFMPEG_CONFIG="--enable-gpl \
|
FFMPEG_CONFIG="--extra-version=playwright-build-$(cat ./BUILD_NUMBER | head -1) \
|
||||||
--enable-version3 \
|
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
--disable-autodetect \
|
||||||
--disable-everything \
|
--disable-everything \
|
||||||
--enable-ffmpeg \
|
--enable-ffmpeg \
|
||||||
--enable-protocol=pipe \
|
--enable-protocol=pipe \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue