[FFmpeg-soc] [soc]: r1911 - libavfilter/diffs/04_ffmpeg_filters.diff
Vitor Sessak
vitor1001 at gmail.com
Wed Feb 13 19:03:43 CET 2008
Hi
Benoit Fouet wrote:
> 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 ?
Indeed. Done.
Thanks,
Vitor
More information about the FFmpeg-soc
mailing list