[FFmpeg-cvslog] r26200 - trunk/configure

Stefano Sabatini stefano.sabatini-lala
Sun Jan 2 19:53:13 CET 2011


On date Sunday 2011-01-02 19:49:43 +0100, Stefano Sabatini wrote:
> On date Sunday 2011-01-02 17:24:19 +0100, cehoyos wrote:
> > Author: cehoyos
> > Date: Sun Jan  2 17:24:19 2011
> > New Revision: 26200
> > 
> > Log:
> > "Fix" compilation with --disable-swscale.
> > 
> > Modified:
> >    trunk/configure
> > 
> > Modified: trunk/configure
> > ==============================================================================
> > --- trunk/configure	Sun Jan  2 17:00:47 2011	(r26199)
> > +++ trunk/configure	Sun Jan  2 17:24:19 2011	(r26200)
> > @@ -1419,14 +1419,15 @@ yadif_filter_deps="gpl"
> >  # libraries
> >  avdevice_deps="avcodec avformat"
> >  avformat_deps="avcodec"
> > +avfilter_deps="swscale"
> >  
> >  # programs
> >  ffmpeg_deps="avcodec avformat swscale"
> >  ffmpeg_select="buffer_filter"
> >  ffplay_deps="avcodec avformat swscale sdl"
> >  ffplay_select="rdft"
> > -ffprobe_deps="avcodec avformat"
> > -ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer"
> > +ffprobe_deps="avcodec avformat swscale"
> > +ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer swscale"
> >  ffserver_extralibs='$ldl'
> 
> This change is wrong, there is no point into making ffprobe and
> ffserver depend on libswscale, and the libavfilter dependency on
> libswscale is already addressed in libavfilter/Makefile.
> 
> So I think this should just be reverted.

Check the attached patch (which I'm *not* going to take care of
anyway).
-- 
Life is a game.  Money is how we keep score.
		-- Ted Turner



More information about the ffmpeg-cvslog mailing list