configure: Drop fallback for deprecated avserver command line options

This commit is contained in:
Diego Biurrun 2017-10-06 01:57:40 +02:00
parent a688b64fcf
commit 8594ec3dd5
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -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."