diff options
author | Peter Ross <pross@xvid.org> | 2010-12-29 13:41:10 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-12-29 13:41:10 +0000 |
commit | 3900707866b1499fa78e20d342c6a1913b745a5a (patch) | |
tree | b0bcb24202c00615affda45a7a4676dc4a8daa77 /libavformat/Makefile | |
parent | cc9038e95c6dc68e3e455327134c5f8530678e43 (diff) | |
download | ffmpeg-3900707866b1499fa78e20d342c6a1913b745a5a.tar.gz |
wtv: parse MPEG2 descriptor events
Originally committed as revision 26126 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 013f6bead4..67462c40fe 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -292,7 +292,7 @@ OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \ flacenc_header.o avlanguage.o OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood.o OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood.o -OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asf.o asfdec.o riff.o +OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asf.o asfdec.o mpegts.o riff.o OBJS-$(CONFIG_WV_DEMUXER) += wv.o apetag.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o OBJS-$(CONFIG_YOP_DEMUXER) += yop.o |