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

Unified Diff: source/config/win/x64/vpx_config.asm

Issue 111463005: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years 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/win/x64/vpx_config.h ('k') | source/libvpx/.mailmap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/config/win/x64/vpx_config.asm
===================================================================
--- source/config/win/x64/vpx_config.asm (revision 240222)
+++ source/config/win/x64/vpx_config.asm (working copy)
@@ -15,8 +15,8 @@
HAVE_SSE3 equ 1
HAVE_SSSE3 equ 1
HAVE_SSE4_1 equ 1
-HAVE_AVX equ 1
-HAVE_AVX2 equ 1
+HAVE_AVX equ 0
+HAVE_AVX2 equ 0
HAVE_ALTIVEC equ 0
HAVE_VPX_PORTS equ 1
HAVE_STDINT_H equ 0
@@ -71,11 +71,11 @@
CONFIG_POSTPROC_VISUALIZER equ 0
CONFIG_OS_SUPPORT equ 1
CONFIG_UNIT_TESTS equ 0
+CONFIG_DECODE_PERF_TESTS equ 0
CONFIG_MULTI_RES_ENCODING equ 1
CONFIG_TEMPORAL_DENOISING equ 1
CONFIG_EXPERIMENTAL equ 0
CONFIG_DECRYPT equ 0
-CONFIG_ONESHOTQ equ 0
CONFIG_MULTIPLE_ARF equ 0
CONFIG_NON420 equ 0
CONFIG_ALPHA equ 0
« no previous file with comments | « source/config/win/x64/vpx_config.h ('k') | source/libvpx/.mailmap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698