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:
Andrey Lushnikov 2020-09-09 18:43:38 -07:00 committed by GitHub
parent 4240e1df1d
commit 3124a1b600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
1000
1001

View file

@ -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 \