# HG changeset patch # User nenolod # Date 1151748673 25200 # Node ID 5171f489bacec3589cf77b274e11fa5a008a3b4a # Parent 651327e12a3a7c90800e8dc933eddcc1a84a9f2e [svn] - fix the skinwin realisation bug diff -r 651327e12a3a -r 5171f489bace ChangeLog --- 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 + 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 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. diff -r 651327e12a3a -r 5171f489bace audacious/prefswin.c --- a/audacious/prefswin.c Fri Jun 30 04:18:20 2006 -0700 +++ b/audacious/prefswin.c Sat Jul 01 03:11:13 2006 -0700 @@ -2303,8 +2303,6 @@ gtk_label_set_markup( GTK_LABEL(widget) , aud_version_string->str ); g_string_free( aud_version_string , TRUE ); - - gtk_widget_realize(prefswin); } void