summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-10 00:12:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-10 00:12:54 +0000
commit41b7c75db34ed4d02e50c666cd24ec70d3ad1242 (patch)
tree33cbcb8a2a483544dc1fa571d64b0803943c9265 /libavformat/Makefile
parent100d8eb8dc9ea956d350816341367425f2b981af (diff)
enable nut muxer
Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4263719045..794d2126e2 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -102,6 +102,7 @@ OBJS-$(CONFIG_MXF_DEMUXER) += mxf.o
OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o
OBJS-$(CONFIG_NULL_MUXER) += raw.o
OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o
+OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o
OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o
OBJS-$(CONFIG_OGG_DEMUXER) += ogg2.o \
oggparsevorbis.o \