comparison Plugins/Input/wma/libffwma/dsputil.h @ 1398:1ddaf20ab50e trunk

[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo.
author chainsaw
date Thu, 13 Jul 2006 16:01:57 -0700
parents 62a33367a6cb
children f12d7e208b43
comparison
equal deleted inserted replaced
1397:86242883ddc7 1398:1ddaf20ab50e
383 383
384 #define MM_ALTIVEC 0x0001 /* standard AltiVec */ 384 #define MM_ALTIVEC 0x0001 /* standard AltiVec */
385 385
386 extern int mm_flags; 386 extern int mm_flags;
387 387
388 #if defined(BLAH_NO_ALTIVEC) && !defined(CONFIG_DARWIN) 388 #if defined(HAVE_ALTIVEC) && !defined(CONFIG_DARWIN)
389 #define pixel altivec_pixel 389 #define pixel altivec_pixel
390 #include <altivec.h> 390 #include <altivec.h>
391 #undef pixel 391 #undef pixel
392 #endif 392 #endif
393 393