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

Unified Diff: third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm

Issue 1412213005: Roll src/third_party/libvpx_new/source/libvpx/ 66bf68697..b44c5cf63 (27 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
diff --git a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
index 74b8242dcaadc99e2dc5218218132cb6b18c243a..8b22374d5127c5c4083257e4eff8030b1f4a7f6b 100644
--- a/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
+++ b/third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm
@@ -87,6 +87,7 @@
.equ CONFIG_FP_MB_STATS , 0
.equ CONFIG_EMULATE_HARDWARE , 0
.equ CONFIG_MISC_FIXES , 0
+.equ CONFIG_UNIVERSAL_HP , 0
.equ DECODE_WIDTH_LIMIT , 16384
.equ DECODE_HEIGHT_LIMIT , 16384
.section .note.GNU-stack,"",%progbits

Powered by Google App Engine
This is Rietveld 408576698