[Ffmpeg-devel] [PATCH] Add support for the NXV container
Diego Biurrun
diego
Fri Feb 23 10:31:29 CET 2007
On Thu, Feb 22, 2007 at 11:47:19PM -0800, Eric Werness wrote:
>
> --- libavformat/Makefile (revision 8090)
> +++ libavformat/Makefile (working copy)
> @@ -78,6 +78,8 @@
> OBJS-$(CONFIG_MXF_DEMUXER) += mxf.o
> OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o riff.o
> OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o
> +OBJS-$(CONFIG_NXV_DEMUXER) += nxv.o
> +OBJS-$(CONFIG_NXV_MUXER) += nxv.o
Disabling one or the other won't work since you don't
use appropriate #ifdefs in the file.
Diego
More information about the ffmpeg-devel
mailing list