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

Unified Diff: media/base/yuv_convert.cc

Issue 99349: Code changes for building on ARM (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 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
« build/build_config.h ('K') | « build/build_config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/yuv_convert.cc
===================================================================
--- media/base/yuv_convert.cc (revision 15091)
+++ media/base/yuv_convert.cc (working copy)
@@ -77,8 +77,13 @@
// C++ code provided as a fall back.
// Compile with /DUSE_MMX=0
#ifndef USE_MMX
+
+#ifdef ARCH_CPU_ARM_FAMILY
Mark Mentovai 2009/05/06 16:18:16 I think that this should be flipped, right? We wa
+#define USE_MMX 0
+#else
#define USE_MMX 1
#endif
+#endif
namespace media {
@@ -670,4 +675,3 @@
} // namespace media
-
« build/build_config.h ('K') | « build/build_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698