summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorGildas Bazin <gbazi@altern.org>2005-06-28 22:46:36 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-28 22:46:36 +0000
commiteba9ae3cfcfb924e2dd6e6c45838e73181bd1430 (patch)
tree8b76726c4a504880d78b894125cd36822c525fb8 /libavcodec/dsputil.h
parentb4cad5371b72027627220e96b79ec0d65b2debe5 (diff)
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
Originally committed as revision 4409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index b9de38648b..cad32660db 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -432,6 +432,10 @@ void dsputil_init_pix_mmx(DSPContext* c, AVCodecContext *avctx);
#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)