On 12/04/2012 10:06 PM, Diego Biurrun wrote: > On Tue, Dec 04, 2012 at 09:52:55PM -0500, Justin Ruggles wrote: >> --- a/libavcodec/Makefile >> +++ b/libavcodec/Makefile >> @@ -85,7 +85,7 @@ OBJS-$(CONFIG_AC3_DECODER) += ac3dec.o >> ac3dec_data.o ac3.o kbdwin.o >> OBJS-$(CONFIG_AC3_FIXED_ENCODER) += ac3enc_fixed.o ac3enc.o ac3tab.o >> ac3.o >> -OBJS-$(CONFIG_ALAC_DECODER) += alac.o >> +OBJS-$(CONFIG_ALAC_DECODER) += alac.o alac_data.o >> OBJS-$(CONFIG_ALAC_ENCODER) += alacenc.o >> --- /dev/null >> +++ b/libavcodec/alac_data.c >> @@ -0,0 +1,56 @@ >> +/* >> + * ALAC encoder and decoder common data > > Shared code only used by the decoder?
Sorry, fixed locally. and there was a stray trailing space that I've fixed as well. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
