Remove unnecessary dependency of ffprobe and ffserver on libswscale.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 4 Jan 2011 14:00:10 +0000 (14:00 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 4 Jan 2011 14:00:10 +0000 (14:00 +0000)
Originally committed as revision 26213 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 949f907..f778f35 100755 (executable)
--- a/configure
+++ b/configure
@@ -1427,8 +1427,8 @@ ffmpeg_deps="avcodec avformat swscale"
 ffmpeg_select="buffer_filter"
 ffplay_deps="avcodec avformat swscale sdl"
 ffplay_select="rdft"
-ffprobe_deps="avcodec avformat swscale"
-ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer swscale"
+ffprobe_deps="avcodec avformat"
+ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer"
 ffserver_extralibs='$ldl'
 
 doc_deps="texi2html"