summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-25 19:22:59 +0200
committerAnton Khirnov <anton@khirnov.net>2013-06-10 21:33:48 +0200
commit84d3ff50cd679e0f35f0b7ce2cb2cedd99169959 (patch)
tree439eddb4a46986299b313299f713f97f34a5b678 /libavcodec/Makefile
parent799f57ac96f9891d1a0f7d6c4b218ed536e8aca5 (diff)
lavc: add a libwavpack encoder wrapper
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0381b796c7..d9c6e33005 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -599,6 +599,7 @@ OBJS-$(CONFIG_LIBVPX_VP8_DECODER) += libvpxdec.o
OBJS-$(CONFIG_LIBVPX_VP8_ENCODER) += libvpxenc.o
OBJS-$(CONFIG_LIBVPX_VP9_DECODER) += libvpxdec.o
OBJS-$(CONFIG_LIBVPX_VP9_ENCODER) += libvpxenc.o
+OBJS-$(CONFIG_LIBWAVPACK_ENCODER) += libwavpackenc.o
OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o
OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o
OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o