[Ffmpeg-devel] [PATCH] Add support for the NXV container

Måns Rullgård mans
Fri Feb 23 11:09:36 CET 2007


Diego Biurrun said:
> 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.

Unless most of the code is shared, the file should really be split.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list