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
@@ -1652,6 +1652,10 @@ void dsputil_init(void)
|
||||
#ifdef ARCH_POWERPC
|
||||
dsputil_init_ppc();
|
||||
#endif
|
||||
#ifdef HAVE_MMI
|
||||
dsputil_init_mmi();
|
||||
use_permuted_idct = 0;
|
||||
#endif
|
||||
|
||||
#ifdef SIMPLE_IDCT
|
||||
if (ff_idct == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user