diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-10-22 06:01:38 +0000 |
commit | 66f7679c620ebde5cdf38843c7d342e3c8456f7d (patch) | |
tree | 4584c98101a2df809fea4017388df94b4d4af029 /libavformat/Makefile | |
parent | 4e745a3b28a4b2ab009e7e6fe40f2d0457fa2a63 (diff) | |
download | ffmpeg-66f7679c620ebde5cdf38843c7d342e3c8456f7d.tar.gz |
Beam Software SIFF demuxer and video decoder
Originally committed as revision 10833 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 a1bad002a6..cf8a042c84 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -127,6 +127,7 @@ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o +OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o OBJS-$(CONFIG_SMACKER_DEMUXER) += smacker.o OBJS-$(CONFIG_SOL_DEMUXER) += sol.o raw.o OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o |