[FFmpeg-cvslog] build: Add missing object files for webm muxer

Diego Biurrun git at videolan.org
Mon Jun 23 00:37:22 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jun 20 03:31:32 2014 -0700| [85d805d5cccb2f57e7f2e2254d7a870f05926cfd] | committer: Diego Biurrun

build: Add missing object files for webm muxer

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85d805d5cccb2f57e7f2e2254d7a870f05926cfd
---

 libavformat/Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 \



More information about the ffmpeg-cvslog mailing list