Mercurial > audlegacy-plugins
changeset 639:8f7a5883e08c trunk
[svn] - follow the changes of libaudid3tag.
author | yaz |
---|---|
date | Mon, 12 Feb 2007 10:12:29 -0800 |
parents | 7c569af3f656 |
children | 0fde94f6285f |
files | ChangeLog src/madplug/Makefile src/tta/Makefile |
diffstat | 3 files changed, 11 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Feb 12 08:02:53 2007 -0800 +++ b/ChangeLog Mon Feb 12 10:12:29 2007 -0800 @@ -1,3 +1,10 @@ +2007-02-12 16:02:53 +0000 Giacomo Lozito <james@develia.org> + revision [1362] + - aosd: prevent aosd_cleanup from freeing stuff if aosd_init has never been called, closes bug #790 + trunk/src/aosd/aosd.c | 21 ++++++++++++++------- + 1 file changed, 14 insertions(+), 7 deletions(-) + + 2007-02-12 15:20:56 +0000 Giacomo Lozito <james@develia.org> revision [1360] - aosd: completed volume change trigger, works now
--- a/src/madplug/Makefile Mon Feb 12 08:02:53 2007 -0800 +++ b/src/madplug/Makefile Mon Feb 12 10:12:29 2007 -0800 @@ -19,8 +19,8 @@ CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(MAD_CFLAGS) -I../../intl -I../.. -LDFLAGS += -Wl,-rpath=$(libdir) +LDFLAGS += -Wl,-rpath=$(plugindir) -LIBADD = -L$(libdir) -lid3tag $(MAD_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = -L$(plugindir) -laudid3tag $(MAD_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk
--- a/src/tta/Makefile Mon Feb 12 08:02:53 2007 -0800 +++ b/src/tta/Makefile Mon Feb 12 10:12:29 2007 -0800 @@ -11,8 +11,8 @@ CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -LDFLAGS += -Wl,-rpath=$(libdir) +LDFLAGS += -Wl,-rpath=$(plugindir) -LIBADD = -L$(libdir) -lid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +LIBADD = -L$(plugindir) -laudid3tag $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) include ../../mk/objective.mk