[FFmpeg-devel] [PATCH] New library for shared non-generic libav* utils

Stefano Sabatini stefano.sabatini-lala
Wed Jul 21 19:53:40 CEST 2010


On date Monday 2010-07-19 18:14:42 +0100, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
[...]
> > diff --git a/Makefile b/Makefile
> > index fa521ef..2ae055a 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -29,6 +29,7 @@ FFLIBS-$(CONFIG_AVFORMAT) += avformat
> >  FFLIBS-$(CONFIG_AVCODEC)  += avcodec
> >  FFLIBS-$(CONFIG_POSTPROC) += postproc
> >  FFLIBS-$(CONFIG_SWSCALE)  += swscale
> > +FFLIBS-$(CONFIG_AVCORE)   += avcore
> 
> Alphabetical order.

No the order matters, in this case lavcore will eventually contain
symbols required by the other libs (apart libavutil), so it has to be
listed after them.

Regards.
-- 
FFmpeg = Fast Fabulous Multimedia Prodigious Erotic God



More information about the ffmpeg-devel mailing list