diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-10-03 05:43:03 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-10-03 05:43:03 +0000 |
commit | 4120a53a868cc99e66121c625981050deed50443 (patch) | |
tree | fa9b522869d8dea38b6349d37049b5207d36a4ce /libavformat/Makefile | |
parent | a686caf03ddd29b32abd1af5c6f887bc09e6d71b (diff) | |
download | ffmpeg-4120a53a868cc99e66121c625981050deed50443.tar.gz |
implemented Id Quake II CIN support
Originally committed as revision 2339 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 7057a7a8a3..de385a53c5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -15,7 +15,7 @@ PPOBJS= 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 dv.o \ yuv4mpeg.o 4xm.o flvenc.o flvdec.o movenc.o psxstr.o idroq.o ipmovie.o \ - nut.o wc3movie.o mp3.o westwood.o segafilm.o + nut.o wc3movie.o mp3.o westwood.o segafilm.o idcin.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |