diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-03-11 16:26:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-03-11 16:26:42 +0000 |
commit | 08abe0fd66a03b50238654c93a172a059d09ac18 (patch) | |
tree | 1dc59cf619aa4a9028796d5ef680fb699138d5a8 /libavformat/Makefile | |
parent | 1da57984e64f212abf415f3e4e3a589c935e5745 (diff) | |
download | ffmpeg-08abe0fd66a03b50238654c93a172a059d09ac18.tar.gz |
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
Originally committed as revision 2872 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 a20a7eb764..0b8161b047 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -16,7 +16,7 @@ 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 flic.o \ - sierravmd.o + sierravmd.o matroska.o ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o |