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

Diego Biurrun diego at biurrun.de
Wed Feb 13 19:05:38 CET 2008


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...

Diego



More information about the FFmpeg-soc mailing list