comparison dsputil.h @ 1033:b4172ff70d27 libavcodec

Altivec on non darwin systems patch by Romain Dolbeau
author bellard
date Sun, 26 Jan 2003 22:29:47 +0000
parents fb6cbb8a04a3
children 998d5035b15b
comparison
equal deleted inserted replaced
1032:8f440ca8e0b0 1033:b4172ff70d27
222 222
223 #define MM_ALTIVEC 0x0001 /* standard AltiVec */ 223 #define MM_ALTIVEC 0x0001 /* standard AltiVec */
224 224
225 extern int mm_flags; 225 extern int mm_flags;
226 226
227 #if defined(HAVE_ALTIVEC) && !defined(CONFIG_DARWIN)
228 #include <altivec.h>
229 #endif
230
227 #define __align8 __attribute__ ((aligned (16))) 231 #define __align8 __attribute__ ((aligned (16)))
228 232
229 void dsputil_init_ppc(DSPContext* c, unsigned mask); 233 void dsputil_init_ppc(DSPContext* c, unsigned mask);
230 234
231 #elif defined(HAVE_MMI) 235 #elif defined(HAVE_MMI)