aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShri Borde <shri@google.com>2011-11-04 12:55:21 -0700
committerShri Borde <shri@google.com>2011-11-04 12:55:21 -0700
commit351958316957352685f15674ee5bd71726dc993e (patch)
tree667bf1513cb4a69448b3c56973c5065f5c4b622c
parentf462cf2145a64818febe36cd7d4896373d98fc51 (diff)
downloadlibyuv-351958316957352685f15674ee5bd71726dc993e.tar.gz
Change-Id: I31f33042e2c61b256bfec416a2b1c43b1701b663
-rw-r--r--files/source/rotate.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/source/rotate.cc b/files/source/rotate.cc
index 7d3a3324..12cdd7e1 100644
--- a/files/source/rotate.cc
+++ b/files/source/rotate.cc
@@ -42,6 +42,7 @@ typedef void (*rotate_uv_wxh_func)(const uint8*, int,
typedef void (*rotate_wx8_func)(const uint8*, int, uint8*, int, int);
typedef void (*rotate_wxh_func)(const uint8*, int, uint8*, int, int, int);
+#if 0 // Need to add rotate_neon.s to the build to enable this
#ifdef __ARM_NEON__
extern "C" {
void RestoreRegisters_NEON(unsigned long long *restore);
@@ -62,6 +63,7 @@ void TransposeUVWx8_NEON(const uint8* src, int src_stride,
int width);
} // extern "C"
#endif
+#endif
#if defined(WIN32) && !defined(COVERAGE_ENABLED)
#define HAS_TRANSPOSE_WX8_SSSE3