summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dct-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ppc/dct-test.c')
-rw-r--r--libavcodec/ppc/dct-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/dct-test.c b/libavcodec/ppc/dct-test.c
index 37fd8bbd23..2acbe2aeb0 100644
--- a/libavcodec/ppc/dct-test.c
+++ b/libavcodec/ppc/dct-test.c
@@ -21,7 +21,7 @@
#include "fdct.h"
static const struct algo fdct_tab_arch[] = {
-#if HAVE_ALTIVEC
+#if HAVE_ALTIVEC && HAVE_BIGENDIAN
{ "altivecfdct", ff_fdct_altivec, FF_IDCT_PERM_NONE, AV_CPU_FLAG_ALTIVEC },
#endif
{ 0 }