[FFmpeg-devel] [PATCH] lavfi: add avfilter_copy_frame_props()

Stefano Sabatini stefano.sabatini-lala at poste.it
Mon May 2 19:26:13 CEST 2011


On date Monday 2011-05-02 12:42:04 +0200, Michael Niedermayer encoded:
> On Sun, May 01, 2011 at 04:29:54PM +0200, Stefano Sabatini wrote:
[...] 
> >  ffmpeg.c                  |    1 
> >  ffplay.c                  |    5 ++--
> >  libavfilter/Makefile      |    2 -
> >  libavfilter/avcodec.h     |   50 ++++++++++++++++++++++++++++++++++++++++++++++
> 
> isnt it possible to just always install libavcodec/avcodec.h even
> if libavcodec is disabled?

I would prefer to avoid hacking configure and keep the dependency on
libavcodec strict, AVFrame should be used only if libavcodec is used,
so I'd prefer not to make distinctions between compile-time and
running-time dependencies (and we could need at some point the use of
some function from libavcodec).
-- 
FFmpeg = Formidable and Fundamentalist Mysterious Plastic Excellent Guru


More information about the ffmpeg-devel mailing list