From 21cadac909b396388be14d4d01655d115d3d2fb9 Mon Sep 17 00:00:00 2001 From: "ashok.bhat@gmail.com" Date: Thu, 11 Sep 2014 14:43:34 +0000 Subject: [PATCH] Fix the build failure for arm64 TESTED=libyuv_unittest BUG=357 R=fbarchard@google.com git-svn-id: http://libyuv.googlecode.com/svn/trunk@1079 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- source/rotate_neon64.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/rotate_neon64.cc b/source/rotate_neon64.cc index 9f08ca7e6..c7e31725c 100644 --- a/source/rotate_neon64.cc +++ b/source/rotate_neon64.cc @@ -242,9 +242,6 @@ void TransposeWx8_NEON(const uint8* src, int src_stride, } #endif //HAS_TRANSPOSE_WX8_NEON -//this ifdef should be removed if TransposeUVWx8_NEON's aarch64 has -//been done -#ifdef HAS_TRANSPOSE_UVWX8_NEON static uint8 kVTbl4x4TransposeDi[32] = { 0, 16, 32, 48, 2, 18, 34, 50, 4, 20, 36, 52, 6, 22, 38, 54, 1, 17, 33, 49, 3, 19, 35, 51, 5, 21, 37, 53, 7, 23, 39, 55};