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