summaryrefslogtreecommitdiff
path: root/test/fdct8x8_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-09-28 13:12:49 -0700
committerJames Zern <jzern@google.com>2019-09-30 11:13:29 -0700
commitfad865c54ad99ada3e53ea4a290688f0c56aa15d (patch)
tree2878dfe8b6fe4a65f4a1e84419fefb147ad7540a /test/fdct8x8_test.cc
parent4f69df9969745c3bec295edbb5514a2cc04c7e26 (diff)
downloadlibvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar.gz
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar.bz2
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.zip
namespace ARCH_* defines
this prevents redefinition warnings if a toolchain sets one BUG=b/117240165 Change-Id: Ib5d8c303cd05b4dbcc8d42c71ecfcba8f6d7b90c
Diffstat (limited to 'test/fdct8x8_test.cc')
-rw-r--r--test/fdct8x8_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fdct8x8_test.cc b/test/fdct8x8_test.cc
index 244b9740b..1d4f31871 100644
--- a/test/fdct8x8_test.cc
+++ b/test/fdct8x8_test.cc
@@ -737,7 +737,7 @@ INSTANTIATE_TEST_CASE_P(
make_tuple(&idct8x8_12, &idct8x8_64_add_12_sse2, 6225, VPX_BITS_12)));
#endif // HAVE_SSE2 && CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
-#if HAVE_SSSE3 && ARCH_X86_64 && !CONFIG_VP9_HIGHBITDEPTH && \
+#if HAVE_SSSE3 && VPX_ARCH_X86_64 && !CONFIG_VP9_HIGHBITDEPTH && \
!CONFIG_EMULATE_HARDWARE
INSTANTIATE_TEST_CASE_P(SSSE3, FwdTrans8x8DCT,
::testing::Values(make_tuple(&vpx_fdct8x8_ssse3,