summaryrefslogtreecommitdiffstats
path: root/contrib/libvpx
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-27 08:05:53 -0600
committerJohn Stebbins <[email protected]>2016-05-27 13:53:16 -0600
commitfe32414aef3a21fc7f42b38cc1f8eea8a62476a3 (patch)
tree6273f6cd63bee65f02555c825d3915aed2337f1f /contrib/libvpx
parent9ec150b5461cc59eda93c5d3b3199fd97809972d (diff)
enable libvpx VP9 encoder
Diffstat (limited to 'contrib/libvpx')
-rw-r--r--contrib/libvpx/module.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libvpx/module.defs b/contrib/libvpx/module.defs
index a0a249f64..351179f65 100644
--- a/contrib/libvpx/module.defs
+++ b/contrib/libvpx/module.defs
@@ -13,7 +13,8 @@ LIBVPX.CONFIGURE.args.host =
LIBVPX.CONFIGURE.deps =
LIBVPX.CONFIGURE.extra = \
--enable-vp8-encoder \
- --disable-vp9 \
+ --enable-vp9-encoder \
+ --disable-vp9-decoder \
--disable-vp8-decoder \
--disable-examples \
--disable-docs \