diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-09 08:32:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-09 08:32:04 +0000 |
commit | f248d017a71e51750cdd54c6283e4d4a9ca829e6 (patch) | |
tree | f12a70eea771d467ff4691ab49525e2fbc21bb60 | |
parent | 7a7a6486aacae9d6b9d4af0e14d5770f5c105b3c (diff) | |
download | ffmpeg-f248d017a71e51750cdd54c6283e4d4a9ca829e6.tar.gz |
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
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 204145ced3..a57f797d86 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -111,7 +111,6 @@ OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o OBJS-$(CONFIG_NULL_MUXER) += raw.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_MUXER) += rm.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o |