[MPlayer-dev-eng] [PATCH] Saturation & PSWAPD bugfix in mp3lib/dct64_3dnow.c & mp3lib/dct64_k7.c

Zuxy Meng zuxy.meng at gmail.com
Wed Aug 9 07:05:55 CEST 2006


2006/7/7, Diego Biurrun <diego at biurrun.de>:
> It seems to work on my K6-III.  I played an MP3 file without problems.
>
> Any clever ideas how to integrate this?
>

See if this patch looks OK:-)

-- 
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6
-------------- next part --------------
Index: sr1.c
===================================================================
--- sr1.c	???????? 19362??
+++ sr1.c	????????????
@@ -427,7 +427,7 @@
     if (gCpuCaps.has3DNowExt)
     {
 	dct36_func=dct36_3dnowex;
-	dct64_MMX_func= (gCpuCaps.hasMMX2) ? dct64_MMX_3dnowex : dct64_MMX_3dnow;
+	dct64_MMX_func= dct64_MMX_3dnowex;
 	mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: using 3DNow!Ex optimized decore!\n");
     }
     else


More information about the MPlayer-dev-eng mailing list