Mercurial > audlegacy
changeset 2721:ca8aadb83ff8 trunk
[svn] - fix compilation
author | nenolod |
---|---|
date | Wed, 09 May 2007 15:42:13 -0700 |
parents | b00c0f81efd4 |
children | 3dc52411bdbe |
files | ChangeLog src/audacious/Makefile src/audacious/build_stamp.c |
diffstat | 3 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed May 09 15:41:21 2007 -0700 +++ b/ChangeLog Wed May 09 15:42:13 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-09 22:41:21 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4466] + - this needs work. lots of work. + + trunk/src/audtool/audtool.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + + 2007-05-09 22:37:59 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4464] - make this build again, most functionality does not work
--- a/src/audacious/Makefile Wed May 09 15:41:21 2007 -0700 +++ b/src/audacious/Makefile Wed May 09 15:42:13 2007 -0700 @@ -17,6 +17,7 @@ $(GTK_LIBS) \ $(DBUS_LIBS) \ $(MOWGLI_LIBS) \ + $(MCS_LIBS) \ $(LIBGLADE_LIBS) \ $(REGEX_LIBS) \ ./widgets/libwidgets.a @@ -30,6 +31,7 @@ $(DBUS_CFLAGS) \ $(samplerate_CFLAGS) \ $(REGEX_CFLAGS) \ + $(MCS_CFLAGS) \ -D_AUDACIOUS_CORE \ -I.. -I../.. \ -I../intl