Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_ffmpeg.sh1
-rw-r--r--build_ffmpeg_msvc.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 569e75fc..2c942802 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -55,7 +55,6 @@ configure() (
OPTIONS="
--enable-shared \
--disable-static \
- --enable-gpl \
--enable-version3 \
--enable-pthreads \
--disable-demuxer=matroska \
diff --git a/build_ffmpeg_msvc.sh b/build_ffmpeg_msvc.sh
index 11f74eff..f6e69b01 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -42,7 +42,6 @@ configure() (
OPTIONS="
--enable-shared \
--disable-static \
- --enable-gpl \
--enable-version3 \
--enable-w32threads \
--disable-demuxer=matroska \