[FFmpeg-cvslog] build: Add missing object file for Matroska demuxer
Diego Biurrun
git at videolan.org
Sat Jun 21 11:54:22 CEST 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jun 21 11:53:43 2014 +0200| [97578f5f3b27278ad534db31f10c18f561cd7417] | committer: Carl Eugen Hoyos
build: Add missing object file for Matroska demuxer
Fixes compilation with --disable-everything --disable-network --enable-demuxer=matroska
Signed-off-by: Carl Eugen Hoyos <cehoyos at ag.or.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97578f5f3b27278ad534db31f10c18f561cd7417
---
libavformat/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 519b3aa..ecae4d0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -208,7 +208,8 @@ OBJS-$(CONFIG_M4V_DEMUXER) += m4vdec.o rawdec.o
OBJS-$(CONFIG_M4V_MUXER) += rawenc.o
OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \
isom.o rmsipr.o flac_picture.o \
- oggparsevorbis.o vorbiscomment.o
+ oggparsevorbis.o vorbiscomment.o \
+ replaygain.o
OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \
isom.o avc.o hevc.o \
flacenc_header.o avlanguage.o vorbiscomment.o wv.o
More information about the ffmpeg-cvslog
mailing list