[FFmpeg-cvslog] configure: Properly split avserver component and system dependencies
Diego Biurrun
git at videolan.org
Tue Aug 6 19:20:18 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Nov 27 21:48:34 2012 +0100| [406e6c0ba5393fa302080202fe77bd09187889a1] | committer: Diego Biurrun
configure: Properly split avserver component and system dependencies
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=406e6c0ba5393fa302080202fe77bd09187889a1
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index c2fb68e..397006d 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list