summaryrefslogtreecommitdiff
path: root/source/config/nacl/vpx_config.asm
diff options
context:
space:
mode:
authorjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-01-30 02:12:20 +0000
committerjohannkoenig@chromium.org <johannkoenig@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-01-30 02:12:20 +0000
commitd0d0f5ff946a1b852eea37a404e155cc4f3c9a1f (patch)
treefd5ae38ed5ccf6173dfc9a45c937cd53ff51bf7c /source/config/nacl/vpx_config.asm
parentf671e21cb1924d0d67ad5bb2f390bec787bf85a6 (diff)
downloadlibvpx-d0d0f5ff946a1b852eea37a404e155cc4f3c9a1f.tar.gz
Disable VP9 encoder
Cleaning up MSVS warnings will take a bit of time: https://gerrit.chromium.org/gerrit/#/c/68569/ TBR=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/149883003 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@247812 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'source/config/nacl/vpx_config.asm')
-rw-r--r--source/config/nacl/vpx_config.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/config/nacl/vpx_config.asm b/source/config/nacl/vpx_config.asm
index c612876..b1cfbae 100644
--- a/source/config/nacl/vpx_config.asm
+++ b/source/config/nacl/vpx_config.asm
@@ -56,7 +56,7 @@
.equ CONFIG_INTERNAL_STATS , 0
.equ CONFIG_VP8_ENCODER , 1
.equ CONFIG_VP8_DECODER , 1
-.equ CONFIG_VP9_ENCODER , 1
+.equ CONFIG_VP9_ENCODER , 0
.equ CONFIG_VP9_DECODER , 1
.equ CONFIG_VP8 , 1
.equ CONFIG_VP9 , 1