summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-11-02 22:49:04 +0100
committerDiego Biurrun <diego@biurrun.de>2012-11-05 20:48:50 +0100
commit92fec47d69d2c3187bea2f246984e03ec6ca3c3c (patch)
treecdf6417266de49916841c3f4d460c5eda5304db5 /libavformat/Makefile
parent930e26a3ea9d223e04bac4cdde13697cec770031 (diff)
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
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 acf0500de1..ed030bd361 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -24,7 +24,7 @@ OBJS = allformats.o \
OBJS-$(CONFIG_NETWORK) += network.o
# muxers/demuxers
-OBJS-$(CONFIG_A64_MUXER) += a64.o
+OBJS-$(CONFIG_A64_MUXER) += a64.o rawenc.o
OBJS-$(CONFIG_AAC_DEMUXER) += aacdec.o rawdec.o
OBJS-$(CONFIG_AC3_DEMUXER) += ac3dec.o rawdec.o
OBJS-$(CONFIG_AC3_MUXER) += rawenc.o