diff options
author | Peter Ross <pross@xvid.org> | 2010-12-26 01:28:25 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-12-26 01:28:25 +0000 |
commit | 82ca054a6345e98794f35681b608675d6c965c3e (patch) | |
tree | 862d858cccbf11e77b36765a257f61741929c3c8 /libavformat/Makefile | |
parent | a750050f4c28910b717fbdacb563177bb58f9d39 (diff) | |
download | ffmpeg-82ca054a6345e98794f35681b608675d6c965c3e.tar.gz |
Windows Televison (WTV) demuxer
Originally committed as revision 26094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 5feb0ecc32..4cd7a2b476 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -290,6 +290,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_WV_DEMUXER) += wv.o apetag.o OBJS-$(CONFIG_XA_DEMUXER) += xa.o OBJS-$(CONFIG_YOP_DEMUXER) += yop.o |