[FFmpeg-devel] [PATCH]Add Dirac support to ffmpeg via libdirac_* and Schroedinger libraries]
Anuradha Suraparaju
anuradha
Wed Apr 23 06:05:16 CEST 2008
On Tue, 2008-04-22 at 19:13 +0200, Diego Biurrun wrote:
> 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.
OK. Should I send a modified patch incorporating this change?
Regards,
Anuradha
>
> Diego
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list