summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-04 14:10:54 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-06 11:02:35 +0200
commit3dd5c95deef51d7fbf6f4458ba42d1335d2f1472 (patch)
treeab11576a340d79282165f05e86d2f1abe3aa8835 /libavformat/Makefile
parentfcc455ff2e11ed04603aead1984a92ac3a4be226 (diff)
riff: Move muxing 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 9624aeca46..a68f6061f3 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -24,6 +24,7 @@ OBJS = allformats.o \
utils.o \
OBJS-$(CONFIG_NETWORK) += network.o
+OBJS-$(CONFIG_RIFFENC) += riffenc.o
OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtp.o \
rtpdec.o \