diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2006-10-12 01:04:32 +0000 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2006-10-12 01:04:32 +0000 |
commit | 28146a8c7a1e025e0d5284ceb59a0aa777cbbf67 (patch) | |
tree | 3c4a072a80a5a5e0c5d199f6b11a69fb3a0cc0dc /libavformat/Makefile | |
parent | 05749630e85fede061acfb90cc2b53de9ed0fa3a (diff) | |
download | ffmpeg-28146a8c7a1e025e0d5284ceb59a0aa777cbbf67.tar.gz |
new mtv demuxer
Originally committed as revision 6667 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 fca1216770..241a48f15d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -58,6 +58,7 @@ OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o riff.o OBJS-$(CONFIG_MMF_MUXER) += mmf.o riff.o OBJS-$(CONFIG_MOV_DEMUXER) += mov.o riff.o isom.o OBJS-$(CONFIG_MOV_MUXER) += movenc.o riff.o isom.o +OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o OBJS-$(CONFIG_TGP_MUXER) += movenc.o riff.o isom.o OBJS-$(CONFIG_MP4_MUXER) += movenc.o riff.o isom.o OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o |