Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: source/config/linux/arm/vpx_config.asm

Issue 149883003: Disable VP9 encoder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/config/linux/arm/vpx_config.h ('k') | source/config/linux/arm/vpx_config.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/linux/arm/vpx_config.asm
===================================================================
--- source/config/linux/arm/vpx_config.asm (revision 247649)
+++ source/config/linux/arm/vpx_config.asm (working copy)
@@ -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
« no previous file with comments | « source/config/linux/arm/vpx_config.h ('k') | source/config/linux/arm/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698