Skip to content
Snippets Groups Projects
Commit f248d017 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove commented-out NUT muxer entry, can be added once we have a native muxer.

Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7a7a6486
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,6 @@ OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o ...@@ -111,7 +111,6 @@ OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o
OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o
OBJS-$(CONFIG_NULL_MUXER) += raw.o OBJS-$(CONFIG_NULL_MUXER) += raw.o
OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o riff.o OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o riff.o
#OBJS-$(CONFIG_NUT_MUXER) += nutenc.o riff.o
OBJS-$(CONFIG_RM_DEMUXER) += rm.o OBJS-$(CONFIG_RM_DEMUXER) += rm.o
OBJS-$(CONFIG_RM_MUXER) += rm.o OBJS-$(CONFIG_RM_MUXER) += rm.o
OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment