[FFmpeg-devel] [PATCH]Add Dirac support to ffmpeg via libdirac_* and Schroedinger libraries]

Diego Biurrun diego
Tue Apr 22 19:13:42 CEST 2008


On Fri, Apr 18, 2008 at 01:07:10AM +0200, Diego Biurrun wrote:
> On Thu, Apr 17, 2008 at 09:15:51PM +1000, Anuradha Suraparaju wrote:
> > 
> > --- ffmpegsvn_trunk/libavcodec/Makefile	2008-04-17 11:14:38.000000000 +1000
> > +++ ffmpegsvn_trunk_dirac/libavcodec/Makefile	2008-04-17 20:43:41.000000000 +1000
> > @@ -317,6 +319,8 @@
> >  OBJS-$(CONFIG_LIBAMR_WB)               += libamr.o
> > +OBJS-$(CONFIG_LIBDIRAC_DECODER)        += libdiracdec.o
> > +OBJS-$(CONFIG_LIBDIRAC_ENCODER)        += libdiracenc.o libdirac.o diracschro_common.o 
> 
> Either libdirac.o is common to both the decoder and encoder or there is
> no need to add libdirac.o and diracschro_common.o...

To be a bit more precise: If libdiracdec.o does not depend on
libdirac.o, then you can just merge libdiracenc.c and libdirac.c.

Diego




More information about the ffmpeg-devel mailing list