diff options
author | Peter Ross <pross@xvid.org> | 2011-12-04 17:45:24 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-04 16:44:20 +0100 |
commit | ba8410cb446cae58d1fa1d9e3891a67db92d4e14 (patch) | |
tree | 25f48d75701a5b55db235a4da450f81a1ff9ced7 /libavformat/Makefile | |
parent | b4425f26bb1e11f8e885abf78b88105c396888d7 (diff) | |
download | ffmpeg-ba8410cb446cae58d1fa1d9e3891a67db92d4e14.tar.gz |
Microsoft Windows ICO demuxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 1e59a91dc2..4e3a1836ad 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -111,6 +111,7 @@ OBJS-$(CONFIG_H263_DEMUXER) += h263dec.o rawdec.o OBJS-$(CONFIG_H263_MUXER) += rawenc.o OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o rawdec.o OBJS-$(CONFIG_H264_MUXER) += rawenc.o +OBJS-$(CONFIG_ICO_DEMUXER) += icodec.o OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o OBJS-$(CONFIG_IDF_DEMUXER) += bintext.o OBJS-$(CONFIG_IFF_DEMUXER) += iff.o |