changeset 1301:0b0e00851054 trunk

[svn] - disable the psychoaccoustic modeller as it is too screwy right now, and I don't wish to fix it at this point
author nenolod
date Sun, 18 Jun 2006 22:36:26 -0700
parents a5c4e748d557
children ade29d1d53fa
files ChangeLog Plugins/Input/mpg123/Makefile.in
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [1510]
   - downsize images larger than 150px
--- 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)