summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-10-06 01:57:40 +0200
committerDiego Biurrun <diego@biurrun.de>2017-10-12 20:04:15 +0200
commit8594ec3dd59ed8ec303ca62587aaaf3045fce676 (patch)
tree2a620bc9cd05c4e2a58d761f9057b61bca07e0b8
parenta688b64fcf4abf0554b10d5446f019ec73121c1d (diff)
configure: Drop fallback for deprecated avserver command line options
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 18939f2cf3..c061111a28 100755
--- a/configure
+++ b/configure
@@ -110,7 +110,6 @@ Program options:
--disable-avconv disable avconv build
--disable-avplay disable avplay build
--disable-avprobe disable avprobe build
- --disable-avserver deprecated, does nothing
Component options:
--disable-doc do not build documentation
@@ -2823,10 +2822,6 @@ for opt do
name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
$action $(filter "$name" $list)
;;
- --enable-avserver|--disable-avserver*)
- warn "avserver has been removed, the ${opt} option is only"\
- "provided for compatibility and will be removed in the future"
- ;;
--enable-yasm|--disable-yasm)
warn "The ${opt} option is only provided for compatibility and will be\n"\
"removed in the future. Use --enable-x86asm / --disable-x86asm instead."