Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-21 13:53:43 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-21 13:53:43 +0400
commit97578f5f3b27278ad534db31f10c18f561cd7417 (patch)
treeaf604dadee3fa9d09b140f7848e935c318d2549c /libavformat/Makefile
parent1caedf629a06ee642312a8016797b0db0f3808a9 (diff)
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@ag.or.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 2 insertions, 1 deletions
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