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

Unified Diff: media/base/cpu_features_arm.cc

Issue 7003082: Implements RGB to YV12 conversion in YASM. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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: media/base/cpu_features_arm.cc
===================================================================
--- media/base/cpu_features_arm.cc (revision 99884)
+++ media/base/cpu_features_arm.cc (working copy)
@@ -10,4 +10,8 @@
return false;
}
+bool hasSSSE3() {
+ return false;
+}
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698