configure: Properly split avserver component and system dependencies

This commit is contained in:
Diego Biurrun 2012-11-27 21:48:34 +01:00
parent 255d9c570e
commit 406e6c0ba5
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -1932,7 +1932,8 @@ avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_fi
avplay_deps="avcodec avformat avresample swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"
avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared"
avserver_deps="avformat fork !shared"
avserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
avserver_extralibs='$ldl'
doc_deps="texi2html"