Mercurial > audlegacy
comparison ChangeLog @ 1363:5171f489bace trunk
[svn] - fix the skinwin realisation bug
author | nenolod |
---|---|
date | Sat, 01 Jul 2006 03:11:13 -0700 |
parents | 651327e12a3a |
children | 18a6a71b8c15 |
comparison
equal
deleted
inserted
replaced
1362:651327e12a3a | 1363:5171f489bace |
---|---|
1 2006-06-30 11:18:20 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | |
2 revision [1636] | |
3 - use of sleep() or usleep() in multi-thread program may cause 100% CPU usage because of signal distribution. | |
4 | |
5 | |
6 Changes: Modified: | |
7 +2 -2 trunk/Plugins/General/scrobbler/xmms_scrobbler.c | |
8 +1 -1 trunk/Plugins/Input/sexypsf/xmms.c | |
9 +1 -1 trunk/Plugins/Output/alsa/audio.c | |
10 | |
11 | |
1 2006-06-29 23:46:01 +0000 Tony Vroon <chainsaw@gentoo.org> | 12 2006-06-29 23:46:01 +0000 Tony Vroon <chainsaw@gentoo.org> |
2 revision [1634] | 13 revision [1634] |
3 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. | 14 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. |
4 | 15 |
5 Changes: Modified: | 16 Changes: Modified: |