[FFmpeg-soc] [soc]: r1911 - libavfilter/diffs/04_ffmpeg_filters.diff

Diego Biurrun diego at biurrun.de
Wed Feb 13 19:27:37 CET 2008


On Wed, Feb 13, 2008 at 07:09:08PM +0100, Benoit Fouet wrote:
> Diego Biurrun wrote:
> > On Wed, Feb 13, 2008 at 07:03:43PM +0100, Vitor Sessak wrote:
> >   
> >> Benoit Fouet wrote:
> >>     
> >>> vitor wrote:
> >>>       
> >>>> +--- cmdutils.c	(revision 11882)
> >>>> ++++ cmdutils.c	(working copy)
> >>>> +@@ -164,6 +165,7 @@
> >>>> +     fprintf(stderr, "  libavcodec version: " AV_STRINGIFY(LIBAVCODEC_VERSION) "\n");
> >>>> +     fprintf(stderr, "  libavformat version: " AV_STRINGIFY(LIBAVFORMAT_VERSION) "\n");
> >>>> +     fprintf(stderr, "  libavdevice version: " AV_STRINGIFY(LIBAVDEVICE_VERSION) "\n");
> >>>> ++    fprintf(stderr, "  libavfilter version: " AV_STRINGIFY(LIBAVFILTER_VERSION) "\n");
> >>>>   
> >>> shouldn't that be conditionnal to having libavfilter enabled ?
> >>>       
> >> Indeed. Done.
> >
> > Not that I necessarily disagree, but the libavdevice version for example
> > is printed unconditionally...
> 
> IMHO, this should be fixed in ffmpeg svn, no ?

That would be the place to fix it, yes.  Send a patch.

Diego



More information about the FFmpeg-soc mailing list