diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-06-09 14:21:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-18 14:55:28 +0200 |
commit | 894682a9739eb8d4bfc024b0d4e5757fcfe47378 (patch) | |
tree | 90ef81afc38381df7e8c54bd7e5d4c34b1b364e7 /configure | |
parent | f2ce63246f5c934429f9cb857a794e07624d7912 (diff) | |
download | ffmpeg-894682a9739eb8d4bfc024b0d4e5757fcfe47378.tar.gz |
Remove avserver.
It has not been properly maintained for years and there is little hope
of that changing in the future.
It appears simpler to write a new replacement from scratch than
unbreaking it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -108,7 +108,7 @@ Program options: --disable-avconv disable avconv build --disable-avplay disable avplay build --disable-avprobe disable avprobe build - --disable-avserver disable avserver build + --disable-avserver deprecated, does nothing Component options: --disable-doc do not build documentation @@ -1209,7 +1209,6 @@ PROGRAM_LIST=" avconv avplay avprobe - avserver " SUBSYSTEM_LIST=" @@ -2142,8 +2141,6 @@ avplay_deps="avcodec avformat avresample swscale sdl" avplay_libs='$sdl_libs' avplay_select="rdft" avprobe_deps="avcodec avformat" -avserver_deps="avformat fork !shared" -avserver_select="ffm_muxer rtp_protocol rtsp_demuxer" # documentation pod2man_deps="doc" @@ -2380,6 +2377,10 @@ 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-?*|--disable-?*) eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g') if is_in $option $COMPONENT_LIST; then @@ -3539,7 +3540,6 @@ case $target_os in add_compat strtod.o strtod=avpriv_strtod network_extralibs='-lbsd' exeobjs=compat/plan9/main.o - disable avserver cp_f='cp' ;; none) |