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

Benoit Fouet benoit.fouet at purplelabs.com
Wed Feb 13 09:01:11 CET 2008


vitor wrote:
> +Index: cmdutils.c
> +===================================================================
> +--- cmdutils.c	(revision 11882)
> ++++ cmdutils.c	(working copy)
> +@@ -24,6 +24,7 @@
> + #include <errno.h>
> + 
> + #include "avformat.h"
> ++#include "avfilter.h"
> + #include "avdevice.h"
> + #include "cmdutils.h"
> + #include "avstring.h"
> +@@ -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 ?

-- 
Ben
Purple Labs S.A.
www.purplelabs.com



More information about the FFmpeg-soc mailing list