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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
