[FFmpeg-devel] [PATCH] Video decoder and demuxer for AMV files
Diego Biurrun
diego
Thu Sep 27 09:48:22 CEST 2007
On Thu, Sep 27, 2007 at 01:14:48AM +0700, Vladimir Voroshilov wrote:
>
> Attached (untested) patch has also encoding capability.
> Please test it (i don't know how).
>
> --- libavcodec/Makefile (revision 10592)
> +++ libavcodec/Makefile (working copy)
> @@ -263,6 +263,8 @@
> OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o
> OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o
> +OBJS-$(CONFIG_ADPCM_IMA_AMV_ENCODER) += adpcm.o
> +OBJS-$(CONFIG_ADPCM_IMA_AMV_DECODER) += adpcm.o
Please, is it sooo hard to keep things in alphabetical order?
Diego
More information about the ffmpeg-devel
mailing list