diff dsputil.h @ 2776:930e56f92c57 libavcodec

IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
author michael
date Tue, 28 Jun 2005 22:46:36 +0000
parents 01ed2c3b8f08
children 28084132c417
line wrap: on
line diff
--- a/dsputil.h	Tue Jun 28 14:56:16 2005 +0000
+++ b/dsputil.h	Tue Jun 28 22:46:36 2005 +0000
@@ -432,6 +432,10 @@
 #define __align8 __attribute__ ((aligned (4)))
 #define STRIDE_ALIGN 4
 
+#define MM_IWMMXT    0x0100 /* XScale IWMMXT */
+
+extern int mm_flags;
+
 void dsputil_init_armv4l(DSPContext* c, AVCodecContext *avctx);
 
 #elif defined(HAVE_MLIB)