summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-08-29 21:44:26 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-08-29 21:44:26 +0000
commit170a250f7d348c583b017f1d8d01dd2d037b0134 (patch)
treeb1baa6df94e9e990f8001215a399c0d1b49db9d9 /libavformat/Makefile
parent99392a6111eac44875dfc47eab2a0ea1eb4d24ae (diff)
move dirac demuxer to its own file
Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2ad53e76c3..7ccc033362 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -52,7 +52,7 @@ OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o
OBJS-$(CONFIG_CRC_MUXER) += crcenc.o
OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o
OBJS-$(CONFIG_DAUD_MUXER) += daud.o
-OBJS-$(CONFIG_DIRAC_DEMUXER) += raw.o
+OBJS-$(CONFIG_DIRAC_DEMUXER) += diracdec.o raw.o
OBJS-$(CONFIG_DIRAC_MUXER) += raw.o
OBJS-$(CONFIG_DNXHD_DEMUXER) += raw.o
OBJS-$(CONFIG_DNXHD_MUXER) += raw.o