diff options
author | Jai Menon <realityman@gmx.net> | 2008-03-30 19:17:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-03-30 19:17:01 +0000 |
commit | 3a027f5e669c0c6363d960c585f52a6957e03b39 (patch) | |
tree | 8ad5c179317f16a0d62a8c72da967b20de117c8c /libavformat/Makefile | |
parent | cb21e0a7155028ebb05cd576ec9827c52613a317 (diff) | |
download | ffmpeg-3a027f5e669c0c6363d960c585f52a6957e03b39.tar.gz |
IFF demuxer
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 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 19a331123f..dd2c54a7d2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -63,6 +63,7 @@ OBJS-$(CONFIG_H263_MUXER) += raw.o OBJS-$(CONFIG_H264_DEMUXER) += raw.o OBJS-$(CONFIG_H264_MUXER) += raw.o OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o +OBJS-$(CONFIG_IFF_DEMUXER) += iff.o OBJS-$(CONFIG_IMAGE2_DEMUXER) += img2.o OBJS-$(CONFIG_IMAGE2_MUXER) += img2.o OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER) += img2.o |