Fix build on --disable-avx2

BUG=aomedia:536

Change-Id: I92c5e43ba225968504ff1c878ca80b86449aeefe
diff --git a/test/fht32x32_test.cc b/test/fht32x32_test.cc
index 56ac597..cdd9153 100644
--- a/test/fht32x32_test.cc
+++ b/test/fht32x32_test.cc
@@ -49,7 +49,7 @@
 }
 #endif  // CONFIG_HIGHBITDEPTH
 
-#if HAVE_AVX2
+#if HAVE_SSE2 || HAVE_AVX2
 void dummy_inv_txfm(const tran_low_t *in, uint8_t *out, int stride,
                     int tx_type) {
   (void)in;