[Ffmpeg-devel] [PATCH] Add support for the NXV container
Aurelien Jacobs
aurel
Fri Feb 23 11:17:10 CET 2007
On Fri, 23 Feb 2007 10:31:29 +0100
Diego Biurrun <diego at biurrun.de> wrote:
> 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.
Right.
And it would be even better to split it into nxvdec.c and nxvenc.c.
Aurel
More information about the ffmpeg-devel
mailing list