diff dsputil.h @ 894:a408778eff87 libavcodec

altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Tue, 26 Nov 2002 09:21:01 +0000
parents 2cef5c4c0ca6
children caa77cd960c0
line wrap: on
line diff
--- a/dsputil.h	Tue Nov 26 08:58:24 2002 +0000
+++ b/dsputil.h	Tue Nov 26 09:21:01 2002 +0000
@@ -190,6 +190,10 @@
 
 #elif defined(ARCH_POWERPC)
 
+#define MM_ALTIVEC    0x0001 /* standard AltiVec */
+
+extern int mm_flags;
+
 #define __align8 __attribute__ ((aligned (16)))
 
 void dsputil_init_ppc(DSPContext* c, unsigned mask);