# HG changeset patch # User yaz # Date 1148755073 25200 # Node ID f12a2a0556cf69941420c07f55d5d2360d13d38e # Parent 4be4d74db1238d5393a979da4bf7c4b300eaa3be [svn] chardet build error fix. diff -r 4be4d74db123 -r f12a2a0556cf audacious/Makefile.in --- a/audacious/Makefile.in Sat May 27 11:02:08 2006 -0700 +++ b/audacious/Makefile.in Sat May 27 11:37:53 2006 -0700 @@ -12,7 +12,8 @@ $(GTK_LIBS) \ $(LIBGLADE_LIBS) \ -L.. $(LTLIBINTL) \ - -L../libaudacious -laudacious + -L../libaudacious -laudacious \ + -L../libguess $(CHARDET_LIBS) CFLAGS += \ $(GTK_CFLAGS) \ diff -r 4be4d74db123 -r f12a2a0556cf audacious/util.c --- a/audacious/util.c Sat May 27 11:02:08 2006 -0700 +++ b/audacious/util.c Sat May 27 11:37:53 2006 -0700 @@ -57,9 +57,11 @@ #include "ui_playlist.h" #ifdef USE_CHARDET - #include + #include "../libguess/libguess.h" +#ifdef HAVE_UDET #include #endif +#endif static GQuark quark_popup_data;