diff options
author | Gregory Montoir <cyx@users.sourceforge.net> | 2008-07-10 03:02:19 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-07-10 03:02:19 +0000 |
commit | 5b8cc860a1ba0096287d33eb5e015babd6f5dcdd (patch) | |
tree | e7d2efd64fa5707949cedfb605a4f310aa97e345 /libavformat/Makefile | |
parent | 974e0eeed320cbcf0574ea7e42c9f2e93e201103 (diff) | |
download | ffmpeg-5b8cc860a1ba0096287d33eb5e015babd6f5dcdd.tar.gz |
Motion Pixels MVI Demuxer.
Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 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 bf54059004..9ae3b724c6 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -107,6 +107,7 @@ OBJS-$(CONFIG_MPEGVIDEO_DEMUXER) += raw.o OBJS-$(CONFIG_MPJPEG_MUXER) += mpjpeg.o OBJS-$(CONFIG_MSNWC_TCP_DEMUXER) += msnwc_tcp.o OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o +OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o OBJS-$(CONFIG_MXF_DEMUXER) += mxf.o OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o OBJS-$(CONFIG_NULL_MUXER) += raw.o |