diff ppc/idct_altivec.c @ 5746:55ed6dc5d476 libavcodec

Remove const vector macro indirection that is useless and obfuscating now that the Metrowerks workarounds are gone.
author diego
date Mon, 01 Oct 2007 14:23:36 +0000
parents 2b72f9bc4f06
children 33674fb857b5
line wrap: on
line diff
--- a/ppc/idct_altivec.c	Mon Oct 01 14:16:07 2007 +0000
+++ b/ppc/idct_altivec.c	Mon Oct 01 14:23:36 2007 +0000
@@ -45,7 +45,7 @@
 #include "dsputil_altivec.h"
 
 #define vector_s16_t vector signed short
-#define const_vector_s16_t const_vector signed short
+#define const_vector_s16_t const vector signed short
 #define vector_u16_t vector unsigned short
 #define vector_s8_t vector signed char
 #define vector_u8_t vector unsigned char