summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-28 10:09:21 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-28 18:18:57 +0200
commit01656fd47694d76e30cac356632b98482263428d (patch)
treefd84915c839f2dea478e5914aad1dcb266745634 /libavformat/Makefile
parent794ca87d2bff2513118de8b97595b3e23070e67d (diff)
matroskaenc: support muxing WavPack
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 28836128ff..06c6ad8509 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -160,7 +160,7 @@ OBJS-$(CONFIG_MATROSKA_DEMUXER) += matroskadec.o matroska.o \
isom.o rmsipr.o
OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \
isom.o avc.o \
- flacenc_header.o avlanguage.o
+ flacenc_header.o avlanguage.o wv.o
OBJS-$(CONFIG_MD5_MUXER) += md5enc.o
OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o
OBJS-$(CONFIG_MJPEG_MUXER) += rawenc.o