diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-12-01 13:17:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-12-01 13:17:10 +0000 |
commit | 00b6fa40c302190fb02c30f59cf42cce188e0ebd (patch) | |
tree | 58aded8886a1c1e9f19c560e25f1d3f3e6d18ac8 /libavformat/Makefile | |
parent | de3553b078e730f110a6f922dca8eeace38b8330 (diff) | |
download | ffmpeg-00b6fa40c302190fb02c30f59cf42cce188e0ebd.tar.gz |
Support "A format generated by IndigoVision 8000 video server".
Originally committed as revision 20681 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 e22608a6db..e5176e0b9b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -90,6 +90,7 @@ OBJS-$(CONFIG_IMAGE2PIPE_MUXER) += img2.o OBJS-$(CONFIG_INGENIENT_DEMUXER) += raw.o OBJS-$(CONFIG_IPMOVIE_DEMUXER) += ipmovie.o OBJS-$(CONFIG_ISS_DEMUXER) += iss.o +OBJS-$(CONFIG_IV8_DEMUXER) += iv8.o OBJS-$(CONFIG_LMLM4_DEMUXER) += lmlm4.o OBJS-$(CONFIG_M4V_DEMUXER) += raw.o OBJS-$(CONFIG_M4V_MUXER) += raw.o |