[FFmpeg-cvslog] configure: Drop fallback for deprecated avserver command line options
Diego Biurrun
git at videolan.org
Sat Nov 11 21:43:36 EET 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Oct 6 01:57:40 2017 +0200| [8594ec3dd59ed8ec303ca62587aaaf3045fce676] | committer: Diego Biurrun
configure: Drop fallback for deprecated avserver command line options
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8594ec3dd59ed8ec303ca62587aaaf3045fce676
---
configure | 5 -----
1 file changed, 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."
More information about the ffmpeg-cvslog
mailing list