diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-06-21 11:53:43 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-21 11:53:43 +0200 |
commit | 97578f5f3b27278ad534db31f10c18f561cd7417 (patch) | |
tree | af604dadee3fa9d09b140f7848e935c318d2549c /libavformat/Makefile | |
parent | 1caedf629a06ee642312a8016797b0db0f3808a9 (diff) | |
download | ffmpeg-97578f5f3b27278ad534db31f10c18f561cd7417.tar.gz |
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/Makefile | 3 |
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 |