Commit 406e6c0b authored by Diego Biurrun's avatar Diego Biurrun

configure: Properly split avserver component and system dependencies

parent 255d9c57
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment