# HG changeset patch # User nenolod # Date 1150695386 25200 # Node ID 0b0e00851054a5b7439adb383ebc1602d075e8a4 # Parent a5c4e748d5571bfa2d4a55a89d6c6486ed98c522 [svn] - disable the psychoaccoustic modeller as it is too screwy right now, and I don't wish to fix it at this point diff -r a5c4e748d557 -r 0b0e00851054 ChangeLog --- a/ChangeLog Sun Jun 18 22:28:47 2006 -0700 +++ b/ChangeLog Sun Jun 18 22:36:26 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-19 05:28:47 +0000 William Pitcock + revision [1512] + - don't call filepopup_show_for_tuple() more than once + + + Changes: Modified: + +5 -1 trunk/audacious/ui_fileinfo.c + + 2006-06-19 05:14:56 +0000 William Pitcock revision [1510] - downsize images larger than 150px diff -r a5c4e748d557 -r 0b0e00851054 Plugins/Input/mpg123/Makefile.in --- a/Plugins/Input/mpg123/Makefile.in Sun Jun 18 22:28:47 2006 -0700 +++ b/Plugins/Input/mpg123/Makefile.in Sun Jun 18 22:36:26 2006 -0700 @@ -13,7 +13,7 @@ OBJECTS = ${SOURCES:.c=.o} tag_c_hacked.o -CFLAGS += -DPSYCHO -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. +CFLAGS += -UPSYCHO -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. CXXFLAGS = $(CFLAGS)