diff dsputil.h @ 1259:e8c3884f2c7e libavcodec

sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
author michaelni
date Wed, 14 May 2003 12:18:49 +0000
parents 6a873cad413e
children 2fa34e615c76
line wrap: on
line diff
--- a/dsputil.h	Wed May 14 11:40:16 2003 +0000
+++ b/dsputil.h	Wed May 14 12:18:49 2003 +0000
@@ -352,6 +352,12 @@
 
 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx);
 
+#elif defined(ARCH_SH4)
+
+#define __align8 __attribute__ ((aligned (8)))
+
+void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx);
+
 #else
 
 #define __align8