diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
commit | 3aa180b84ee2473ca14355ceca7c50d6216783a9 (patch) | |
tree | c179708808ba553e018aaf5bbf1945dd97681602 /libavformat/Makefile | |
parent | 8026c3b54c1de01e864848469e1853e9fa27a965 (diff) | |
download | ffmpeg-3aa180b84ee2473ca14355ceca7c50d6216783a9.tar.gz |
initial nut muxer and demuxer (demuxer is not fail safe)
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 866fdd5f7b..3f7ae88464 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,7 +14,8 @@ PPOBJS= # mux and demuxes OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ avienc.o avidec.o wav.o swf.o au.o gif.o mov.o mpjpeg.o dvcore.o dv.o \ - yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.o + yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.o \ + nut.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |