[FFmpeg-cvslog] build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
Diego Biurrun
git at videolan.org
Mon Nov 5 23:00:05 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Nov 2 22:49:04 2012 +0100| [92fec47d69d2c3187bea2f246984e03ec6ca3c3c] | committer: Diego Biurrun
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92fec47d69d2c3187bea2f246984e03ec6ca3c3c
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index acf0500..ed030bd 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
More information about the ffmpeg-cvslog
mailing list