summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-06-06 14:08:07 +0300
committerMartin Storsjö <martin@martin.st>2013-06-06 19:55:53 +0300
commit2681924b0f3f35840dd9d9825df9f9239c448b22 (patch)
treecd245fbe053bf0ed6e59b87956e49bf198a2d5c7 /libavformat/Makefile
parente816aaacd68201b67182f9c70dc680e89a0123e9 (diff)
libavformat: Fix standalone compilation of the webm muxer
The missing object file was added to the matroska muxer already, but not to the webm muxer. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index fddc647603..ce5279b674 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -329,7 +329,7 @@ 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
+ flacenc_header.o avlanguage.o wv.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 \