summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-20 03:31:32 -0700
committerDiego Biurrun <diego@biurrun.de>2014-06-22 06:28:46 -0700
commit85d805d5cccb2f57e7f2e2254d7a870f05926cfd (patch)
tree4a696341625c706a3ff31a377da75fecee747945 /libavformat/Makefile
parent03391b5432a2b8b8dbc3d2db722a54dfb68737b9 (diff)
build: Add missing object files for webm muxer
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 51bd7c2f94..89d2d424e1 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 \