ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)

Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Leon van Stuivenberg
2002-09-23 08:44:24 +00:00
committed by Michael Niedermayer
parent 18a7b2a873
commit d46aba2642
7 changed files with 525 additions and 0 deletions

View File

@@ -187,6 +187,14 @@ void dsputil_init_alpha(void);
void dsputil_init_ppc(void);
#elif defined(HAVE_MMI)
#define emms_c()
#define __align8 __attribute__ ((aligned (16)))
void dsputil_init_mmi(void);
#else
#define emms_c()