summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-16 11:57:42 +0000
committerPaul B Mahol <onemda@gmail.com>2012-12-16 12:00:23 +0000
commit1081d78746906ac18283af0087254652498e81ed (patch)
tree431108a67cea5fd87221433437b9d79e52a59a07 /libavformat
parentf4fe4fa89f0b1ccdf456c822f0a8bf008545561f (diff)
build: fix idf demuxer dependency
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 87fdc11128..eab94e6b1d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -155,7 +155,7 @@ OBJS-$(CONFIG_HLS_MUXER) += hlsenc.o mpegtsenc.o
OBJS-$(CONFIG_ICO_DEMUXER) += icodec.o
OBJS-$(CONFIG_ICO_MUXER) += icoenc.o
OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o
-OBJS-$(CONFIG_IDF_DEMUXER) += bintext.o
+OBJS-$(CONFIG_IDF_DEMUXER) += bintext.o sauce.o
OBJS-$(CONFIG_IFF_DEMUXER) += iff.o
OBJS-$(CONFIG_ILBC_DEMUXER) += ilbc.o
OBJS-$(CONFIG_ILBC_MUXER) += ilbc.o