diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-09-02 04:32:02 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-09-02 04:32:02 +0000 |
commit | 3ef8be2bfc89672060a2a2f2b8926b3decb08172 (patch) | |
tree | 10889fe4d2d844deed4952a7f82416ee6bcb9692 /libavformat/Makefile | |
parent | 149f7c029ccdc649dc9ee523f1dcf23ab8d0f6ac (diff) | |
download | ffmpeg-3ef8be2bfc89672060a2a2f2b8926b3decb08172.tar.gz |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 15f7d07b6e..256edeccc7 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -14,7 +14,7 @@ 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 + yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |