diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-06-20 03:22:10 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-22 06:28:46 -0700 |
commit | 03391b5432a2b8b8dbc3d2db722a54dfb68737b9 (patch) | |
tree | 9d01f4d5298dbf1efcf8290dd7cd3a5fe1991adb /libavformat/Makefile | |
parent | 49470b9404583ab3aff6835f78a759349d331696 (diff) | |
download | ffmpeg-03391b5432a2b8b8dbc3d2db722a54dfb68737b9.tar.gz |
build: Add missing object files for Matroska demuxer
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 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 |