On Tue, Aug 14, 2007 at 02:10:04PM +0200, k.nowosad wrote: > > Log: > moved common code for aec encoder and decoder into a separate file > > --- (empty file) > +++ jpeg2000/aec.c Tue Aug 14 14:10:04 2007 > @@ -0,0 +1,37 @@ > +/* > + * Arithmetic entropy encoder and decoder commons
Use "common parts" or "common bits" here, "commons" is a valid English word with an entirely different meaning. > --- jpeg2000/ffmpeg.patch (original) > +++ jpeg2000/ffmpeg.patch Tue Aug 14 14:10:04 2007 > @@ -6,8 +6,8 @@ Index: Makefile > OBJS-$(CONFIG_INTERPLAY_DPCM_DECODER) += dpcm.o > -+OBJS-$(CONFIG_JPEG2000_ENCODER) += j2kenc.o aecenc.o j2k.o > -+OBJS-$(CONFIG_JPEG2000_DECODER) += j2kdec.o aecdec.o j2k.o > ++OBJS-$(CONFIG_JPEG2000_ENCODER) += j2kenc.o aecenc.o aec.o j2k.o > ++OBJS-$(CONFIG_JPEG2000_DECODER) += j2kdec.o aecdec.o aec.o j2k.o alphabetical order Diego _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
