summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-06 18:07:59 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-06 18:08:30 +0200
commit508a5349da9869382803445f8e380751ec43021e (patch)
tree326265c58daa160743bcbbbc0c2d95ff393539ac /libavformat/Makefile
parent7565aaecb4978cb5903335ffdea5dae21a924494 (diff)
parent3dd5c95deef51d7fbf6f4458ba42d1335d2f1472 (diff)
Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472'
* commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472': riff: Move muxing code to a separate file Conflicts: configure libavformat/riff.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 dbfdecb15b..b0e42b3b5a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -25,6 +25,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 \