git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
930e26a
)
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
author
Diego Biurrun
<diego@biurrun.de>
Fri, 2 Nov 2012 21:49:04 +0000
(22:49 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 5 Nov 2012 19:48:50 +0000
(20:48 +0100)
libavformat/Makefile
patch
|
blob
|
history
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
acf0500
..
ed030bd
100644
(file)
--- 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