[FFmpeg-soc] [soc]: r2263 - alacenc/alacenc_build.patch
Diego Biurrun
diego at biurrun.de
Fri May 30 12:30:33 CEST 2008
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
More information about the FFmpeg-soc
mailing list