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

Unified Diff: source/config/linux/arm-neon-cpu-detect/vpx_config.asm

Issue 148913004: libvpx: Pull from upstream (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
Index: source/config/linux/arm-neon-cpu-detect/vpx_config.asm
===================================================================
--- source/config/linux/arm-neon-cpu-detect/vpx_config.asm (revision 247490)
+++ source/config/linux/arm-neon-cpu-detect/vpx_config.asm (working copy)
@@ -47,7 +47,6 @@
.equ CONFIG_MEM_MANAGER , 0
.equ CONFIG_MEM_TRACKER , 0
.equ CONFIG_MEM_CHECKS , 0
-.equ CONFIG_MD5 , 1
.equ CONFIG_DEQUANT_TOKENS , 0
.equ CONFIG_DC_RECON , 0
.equ CONFIG_RUNTIME_CPU_DETECT , 1
@@ -57,7 +56,7 @@
.equ CONFIG_INTERNAL_STATS , 0
.equ CONFIG_VP8_ENCODER , 1
.equ CONFIG_VP8_DECODER , 1
-.equ CONFIG_VP9_ENCODER , 0
+.equ CONFIG_VP9_ENCODER , 1
.equ CONFIG_VP9_DECODER , 1
.equ CONFIG_VP8 , 1
.equ CONFIG_VP9 , 1
« no previous file with comments | « source/config/linux/arm-neon-cpu-detect/vpx_config.h ('k') | source/config/linux/arm-neon-cpu-detect/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698