summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-03 22:38:56 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-04-18 18:14:40 +0200
commit968c44ce895017b9e660adf624a11ef7df11bb2c (patch)
tree3d174b1652bcfade9ec9a7c066f9ebcbd26dfbf5 /configure
parent71f8cdcc1648f12adc3decdd89c053a0e0fac231 (diff)
configure: Remove deprecated incompatible_fork_abi option
It's been deprecated since ffmpeg 2.0 Signed-off-by: James Almer <jamrial@gmail.com> Analysis of the usage of the switches by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index a4d1c594fe..897cd1eb33 100755
--- a/configure
+++ b/configure
@@ -106,7 +106,6 @@ Configuration options:
--disable-swscale-alpha disable alpha channel support in swscale
--disable-all disable building components, libraries and programs
--enable-incompatible-libav-abi enable incompatible Libav fork ABI [no]
- --enable-incompatible-fork-abi enable incompatible Libav fork ABI (deprecated) [no]
--enable-raise-major increase major version numbers in sonames [no]
Program options:
@@ -1447,7 +1446,6 @@ CONFIG_LIST="
$SUBSYSTEM_LIST
fontconfig
incompatible_libav_abi
- incompatible_fork_abi
memalign_hack
memory_poisoning
neon_clobber_test
@@ -1581,7 +1579,6 @@ HAVE_LIST_PUB="
bigendian
fast_unaligned
incompatible_libav_abi
- incompatible_fork_abi
"
HEADERS_LIST="
@@ -4139,10 +4136,6 @@ EOF
exit 1;
fi
-# backward compatibility layer for incompatible_libav/fork_abi
-enabled incompatible_fork_abi && enable incompatible_libav_abi
-enabled incompatible_libav_abi && enable incompatible_fork_abi
-
die_license_disabled() {
enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
}