mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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:
committed by
Michael Niedermayer
parent
18a7b2a873
commit
d46aba2642
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user