diff dsputil.h @ 5703:ec04964a1d1a libavcodec

VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
author diego
date Sun, 23 Sep 2007 21:59:09 +0000
parents 8691652d9dce
children d7970c9e3049
line wrap: on
line diff
--- a/dsputil.h	Sun Sep 23 21:11:36 2007 +0000
+++ b/dsputil.h	Sun Sep 23 21:59:09 2007 +0000
@@ -538,7 +538,7 @@
 #define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)
 #define STRIDE_ALIGN 8
 
-#elif defined(ARCH_SPARC)
+#elif defined(HAVE_VIS)
 
 /* SPARC/VIS IDCT needs 8-byte aligned DCT blocks */
 #define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(8, t, v)