aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-11 16:57:00 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-10-11 16:57:00 +0000
commit72450e50a58fdcc088708cf01c38de5dd5d2eb20 (patch)
tree7b65981c1a3b5927e06427597f245ed2d797234e /libavformat/Makefile
parent2b5269b51cfdc35715202bff33d59f8a8d02df03 (diff)
downloadffmpeg-72450e50a58fdcc088708cf01c38de5dd5d2eb20.tar.gz
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 4cebcf865d..fca1216770 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -29,6 +29,7 @@ OBJS-$(CONFIG_AVS_DEMUXER) += avs.o
OBJS-$(CONFIG_CRC_MUXER) += crc.o
OBJS-$(CONFIG_FRAMECRC_MUXER) += crc.o
OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o
+OBJS-$(CONFIG_DSICIN_DEMUXER) += dsicin.o
OBJS-$(CONFIG_DV_DEMUXER) += dv.o
OBJS-$(CONFIG_DV_MUXER) += dvenc.o
OBJS-$(CONFIG_EA_DEMUXER) += electronicarts.o