[SCM] libav/experimental: build: Add missing object files for webm muxer

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:33 UTC 2014


The following commit has been merged in the experimental branch:
commit 85d805d5cccb2f57e7f2e2254d7a870f05926cfd
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jun 20 03:31:32 2014 -0700

    build: Add missing object files for webm muxer

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 51bd7c2..89d2d42 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -344,8 +344,9 @@ OBJS-$(CONFIG_WAV_DEMUXER)               += wavdec.o pcm.o
 OBJS-$(CONFIG_WAV_MUXER)                 += wavenc.o
 OBJS-$(CONFIG_WC3_DEMUXER)               += wc3movie.o
 OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
-                                            isom.o avc.o \
-                                            flacenc_header.o avlanguage.o wv.o
+                                            isom.o avc.o hevc.o \
+                                            flacenc_header.o avlanguage.o \
+                                            wv.o vorbiscomment.o
 OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood_aud.o
 OBJS-$(CONFIG_WSVQA_DEMUXER)             += westwood_vqa.o
 OBJS-$(CONFIG_WTV_DEMUXER)               += wtv.o asfdec.o asf.o asfcrypt.o \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list