aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/rotate_row.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libyuv/rotate_row.h')
-rw-r--r--include/libyuv/rotate_row.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libyuv/rotate_row.h b/include/libyuv/rotate_row.h
index d047b703..2dd8c03d 100644
--- a/include/libyuv/rotate_row.h
+++ b/include/libyuv/rotate_row.h
@@ -56,10 +56,6 @@ extern "C" {
(defined(__ARM_NEON__) || defined(LIBYUV_NEON) || defined(__aarch64__))
#define HAS_TRANSPOSEWX8_NEON
#define HAS_TRANSPOSEUVWX8_NEON
-#endif
-
-#if !defined(LIBYUV_DISABLE_NEON) && \
- (defined(LIBYUV_NEON) || defined(__aarch64__))
#define HAS_TRANSPOSE4X4_32_NEON
#endif