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

Unified Diff: media/base/yuv_convert.cc

Issue 99365: Lands http://codereview.chromium.org/99349 for Ryan.... (Closed) Base URL: svn://chrome-svn/chrome/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
« no previous file with comments | « 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 15203)
+++ 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
+#define USE_MMX 0
+#else
#define USE_MMX 1
#endif
+#endif
namespace media {
@@ -670,4 +675,3 @@
} // namespace media
-
« no previous file with comments | « build/build_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698