Mercurial > audlegacy
changeset 1363:5171f489bace trunk
[svn] - fix the skinwin realisation bug
author | nenolod |
---|---|
date | Sat, 01 Jul 2006 03:11:13 -0700 |
parents | 651327e12a3a |
children | 18a6a71b8c15 |
files | ChangeLog audacious/prefswin.c |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Jun 30 04:18:20 2006 -0700 +++ b/ChangeLog Sat Jul 01 03:11:13 2006 -0700 @@ -1,3 +1,14 @@ +2006-06-30 11:18:20 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [1636] + - use of sleep() or usleep() in multi-thread program may cause 100% CPU usage because of signal distribution. + + + Changes: Modified: + +2 -2 trunk/Plugins/General/scrobbler/xmms_scrobbler.c + +1 -1 trunk/Plugins/Input/sexypsf/xmms.c + +1 -1 trunk/Plugins/Output/alsa/audio.c + + 2006-06-29 23:46:01 +0000 Tony Vroon <chainsaw@gentoo.org> revision [1634] Forcibly disabled Altivec ifdefs. The code that it wants to call is not actually present. ffmpeg SVN (libavcodec/ppc) has code you could pinch, but that needs to be integrated in proper style. I have given up on this. If you get it working, submit me a patch.