aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElvis Presley <elvis@e.p>2011-10-12 16:12:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-12 19:42:53 +0200
commitd186019e14efb0d2253de001fa9b9207abab8d50 (patch)
tree7de288a60a694beebd6445d6365c28e25f47e5dd
parentcdd30e5642d600ac1ffaf80dcf37d0c6cf4aa63a (diff)
downloadffmpeg-d186019e14efb0d2253de001fa9b9207abab8d50.tar.gz
configure: drop GPLv2 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 3c8f3544b4..f619a32337 100755
--- a/configure
+++ b/configure
@@ -76,7 +76,6 @@ Configuration options:
--enable-shared build shared libraries [no]
--enable-gpl allow use of GPL code, the resulting libs
and binaries will be under GPL [no]
- --enable-version2 force GPL version 2 [no]
--enable-version3 upgrade (L)GPL to version 3 [no]
--enable-nonfree allow use of nonfree code, the resulting libs
and binaries will be unredistributable [no]
@@ -1048,7 +1047,6 @@ CONFIG_LIST="
thumb
vaapi
vdpau
- version2
version3
x11grab
zlib
@@ -1216,7 +1214,6 @@ HAVE_LIST="
CONFIG_EXTRA="
avutil
gplv3
- gplv2
lgplv3
"
@@ -1420,7 +1417,6 @@ nellymoser_decoder_select="mdct sinewin"
nellymoser_encoder_select="mdct sinewin"
png_decoder_select="zlib"
png_encoder_select="zlib"
-prores_gpl_decoder_deps="version2 gpl"
qcelp_decoder_select="lsp"
qdm2_decoder_select="mdct rdft mpegaudiodsp"
ra_144_encoder_select="lpc"
@@ -2705,11 +2701,7 @@ die_license_disabled version3 libopencore_amrwb
die_license_disabled version3 libvo_aacenc
die_license_disabled version3 libvo_amrwbenc
-! enabled gpl && enabled version2 && die "LGPLv2 mode is unsupported"
-enabled version3 && enabled version2 && ! enabled nonfree && die "GPLv2 (not v2+) and GPLv3 without --enable-nonfree"
-
enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
-enabled version2 && enabled gpl && enable gplv2
disabled optimizations || check_cflags -fomit-frame-pointer
@@ -3393,8 +3385,6 @@ if enabled nonfree; then
license="nonfree and unredistributable"
elif enabled gplv3; then
license="GPL version 3 or later"
-elif enabled gplv2; then
- license="GPL version 2"
elif enabled lgplv3; then
license="LGPL version 3 or later"
elif enabled gpl; then