summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-04 14:33:36 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-06 11:02:36 +0200
commit255d9c570e117f0fcb8e51fa2c5996f3c4b2052b (patch)
treedf6f25862c48f306d252448ef646170da8f33240 /libavformat/Makefile
parent3dd5c95deef51d7fbf6f4458ba42d1335d2f1472 (diff)
riff: Move demuxing code to a separate file.
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 a68f6061f3..5e2dd2a540 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -24,6 +24,7 @@ OBJS = allformats.o \
utils.o \
OBJS-$(CONFIG_NETWORK) += network.o
+OBJS-$(CONFIG_RIFFDEC) += riffdec.o
OBJS-$(CONFIG_RIFFENC) += riffenc.o
OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtp.o \