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

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

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 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 | « libvpx/source/config/linux/arm/vpx_config.h ('k') | libvpx/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: libvpx/source/config/linux/arm/vpx_config.asm
diff --git a/libvpx/source/config/linux/arm/vpx_config.asm b/libvpx/source/config/linux/arm/vpx_config.asm
index 530e2f61c43db360d70c7ef1acd0217f21552a13..c7f02d5bb6494607bc9c80b81c54883c120c515b 100644
--- a/libvpx/source/config/linux/arm/vpx_config.asm
+++ b/libvpx/source/config/linux/arm/vpx_config.asm
@@ -25,7 +25,6 @@
.equ HAVE_ALT_TREE_LAYOUT , 0
.equ HAVE_PTHREAD_H , 1
.equ HAVE_SYS_MMAN_H , 1
-.equ HAVE_UNISTD_H , 1
.equ CONFIG_EXTERNAL_BUILD , 0
.equ CONFIG_INSTALL_DOCS , 0
.equ CONFIG_INSTALL_BINS , 1
@@ -41,7 +40,7 @@
.equ CONFIG_BIG_ENDIAN , 0
.equ CONFIG_CODEC_SRCS , 0
.equ CONFIG_DEBUG_LIBS , 0
-.equ CONFIG_FAST_UN.balignED , 1
+.equ CONFIG_FAST_UNALIGNED , 1
.equ CONFIG_MEM_MANAGER , 0
.equ CONFIG_MEM_TRACKER , 0
.equ CONFIG_MEM_CHECKS , 0
@@ -51,7 +50,7 @@
.equ CONFIG_RUNTIME_CPU_DETECT , 0
.equ CONFIG_POSTPROC , 0
.equ CONFIG_MULTITHREAD , 1
-.equ CONFIG_INTERNAL_STATS , 0
+.equ CONFIG_PSNR , 0
.equ CONFIG_VP8_ENCODER , 1
.equ CONFIG_VP8_DECODER , 1
.equ CONFIG_VP8 , 1
@@ -60,14 +59,10 @@
.equ CONFIG_STATIC_MSVCRT , 0
.equ CONFIG_SPATIAL_RESAMPLING , 1
.equ CONFIG_REALTIME_ONLY , 0
-.equ CONFIG_ERROR_CONCEALMENT , 0
.equ CONFIG_SHARED , 0
-.equ CONFIG_STATIC , 1
.equ CONFIG_SMALL , 0
.equ CONFIG_POSTPROC_VISUALIZER , 0
.equ CONFIG_OS_SUPPORT , 1
- .section .note.GNU-stack,"",%progbits
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
- .section .note.GNU-stack,"",%progbits
« no previous file with comments | « libvpx/source/config/linux/arm/vpx_config.h ('k') | libvpx/source/config/linux/arm/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698