From 03391b5432a2b8b8dbc3d2db722a54dfb68737b9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Jun 2014 03:22:10 -0700 Subject: build: Add missing object files for Matroska demuxer --- libavformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index a26ffcd7bb..51bd7c2f94 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -166,7 +166,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 \ - oggparsevorbis.o vorbiscomment.o + oggparsevorbis.o vorbiscomment.o \ + flac_picture.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