On Friday 30 May 2008 4:00:33 pm Diego Biurrun wrote: > On Fri, May 30, 2008 at 12:19:22PM +0200, jai_menon wrote: > > Log: > > alac encoder patch for the ffmpeg build system > > > > --- (empty file) > > +++ alacenc/alacenc_build.patch Fri May 30 12:19:21 2008 > > @@ -0,0 +1,25 @@ > > +--- libavcodec/Makefile (revision 13552) > > ++++ libavcodec/Makefile (working copy) > > +@@ -33,6 +33,7 @@ > > + OBJS-$(CONFIG_ALAC_DECODER) += alac.o > > ++OBJS-$(CONFIG_ALAC_ENCODER) += alacenc.o > > Does your encoder use symbols from alac.o or will it in the future? > Then alac.c might need to be split into alac.c and alacdec.c. > > Diego No not really, the alac encoder won't need to share any code with the alac decoder. Still, some code from the flac encoder could be shared .I'll discuss this with Justin and work up a patch, if required.
Regards, Jai Menon <[EMAIL PROTECTED]> _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
