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

Unified Diff: libvpx/source/config/mac/ia32/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/mac/ia32/vpx_config.h ('k') | libvpx/source/config/mac/ia32/vpx_config.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx/source/config/mac/ia32/vpx_config.asm
diff --git a/libvpx/source/config/mac/ia32/vpx_config.asm b/libvpx/source/config/mac/ia32/vpx_config.asm
index 86ae54771c63ffd18f4a678ccea188bf2e7ec08c..53e8951292fc6d5c1df7c2b7ab23130f2ed49e38 100644
--- a/libvpx/source/config/mac/ia32/vpx_config.asm
+++ b/libvpx/source/config/mac/ia32/vpx_config.asm
@@ -22,7 +22,6 @@ HAVE_STDINT_H equ 1
HAVE_ALT_TREE_LAYOUT equ 0
HAVE_PTHREAD_H equ 1
HAVE_SYS_MMAN_H equ 1
-HAVE_UNISTD_H equ 1
CONFIG_EXTERNAL_BUILD equ 0
CONFIG_INSTALL_DOCS equ 0
CONFIG_INSTALL_BINS equ 1
@@ -48,7 +47,7 @@ CONFIG_DC_RECON equ 0
CONFIG_RUNTIME_CPU_DETECT equ 1
CONFIG_POSTPROC equ 0
CONFIG_MULTITHREAD equ 1
-CONFIG_INTERNAL_STATS equ 0
+CONFIG_PSNR equ 0
CONFIG_VP8_ENCODER equ 1
CONFIG_VP8_DECODER equ 1
CONFIG_VP8 equ 1
@@ -57,9 +56,7 @@ CONFIG_DECODERS equ 1
CONFIG_STATIC_MSVCRT equ 0
CONFIG_SPATIAL_RESAMPLING equ 1
CONFIG_REALTIME_ONLY equ 0
-CONFIG_ERROR_CONCEALMENT equ 0
CONFIG_SHARED equ 0
-CONFIG_STATIC equ 1
CONFIG_SMALL equ 0
CONFIG_POSTPROC_VISUALIZER equ 0
CONFIG_OS_SUPPORT equ 1
« no previous file with comments | « libvpx/source/config/mac/ia32/vpx_config.h ('k') | libvpx/source/config/mac/ia32/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698