Mercurial > audlegacy
changeset 4444:db3a3f46a226
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
(requirement changed in previous changeset): Fixed libmcs usage again. :D
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 12 Apr 2008 02:50:10 +0300 |
parents | 996727ab0fe1 |
children | 8ff1fd730af3 539f3cb7b1e8 |
files | src/audacious/configdb.h src/libid3tag/Makefile |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/configdb.h Sat Apr 12 02:38:48 2008 +0300 +++ b/src/audacious/configdb.h Sat Apr 12 02:50:10 2008 +0300 @@ -2,8 +2,7 @@ #define CONFIGDB_H #include <glib.h> - -typedef struct mcs_handle_ mcs_handle_t; +#include <libmcs/mcs.h> G_BEGIN_DECLS
--- a/src/libid3tag/Makefile Sat Apr 12 02:38:48 2008 +0300 +++ b/src/libid3tag/Makefile Sat Apr 12 02:50:10 2008 +0300 @@ -27,6 +27,8 @@ include ../../buildsys.mk include ../../extra.mk -CPPFLAGS += ${LIB_CPPFLAGS} -I.. ${GLIB_CFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} +CPPFLAGS += ${LIB_CPPFLAGS} -I.. ${GLIB_CFLAGS} ${GTK_CFLAGS} \ + ${MOWGLI_CFLAGS} ${LIBMCS_CFLAGS} + CFLAGS += ${LIB_CFLAGS} LIBS += ${IMPLIB_LIBS} ${GLIB_LIBS} ${GTK_LIBS} ${MOWGLI_LIBS} -lz