diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-11-14 05:42:14 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-11-14 05:42:14 +0000 |
commit | 42cad81aea97b9785f63d3a52ec7f53d2abb3f45 (patch) | |
tree | f18d447d38cc63120b977d2bab382ef2aec5eb44 /libavformat/Makefile | |
parent | ad0d17f1f812ac551c8831162eb0745f054a6f6c (diff) | |
download | ffmpeg-42cad81aea97b9785f63d3a52ec7f53d2abb3f45.tar.gz |
yep, FLI support
Originally committed as revision 2519 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 bfda4761cb..0984c72a8d 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 idcin.o + nut.o wc3movie.o mp3.o westwood.o segafilm.o idcin.o flic.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |