From 97578f5f3b27278ad534db31f10c18f561cd7417 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 21 Jun 2014 11:53:43 +0200 Subject: build: Add missing object file for Matroska demuxer Fixes compilation with --disable-everything --disable-network --enable-demuxer=matroska Signed-off-by: Carl Eugen Hoyos --- libavformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 519b3aab79..ecae4d0908 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 -- cgit v1.2.3