Mercurial > audlegacy-plugins
changeset 48:1021c6ec2ba4 trunk
[svn] - remove musicbrainz stuff from rules.mk.in
author | yaz |
---|---|
date | Thu, 21 Sep 2006 08:12:16 -0700 |
parents | 85d7e55b29d2 |
children | 0ee2ebc4e0f5 |
files | ChangeLog mk/rules.mk.in |
diffstat | 2 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 21 07:08:55 2006 -0700 +++ b/ChangeLog Thu Sep 21 08:12:16 2006 -0700 @@ -1,3 +1,17 @@ +2006-09-21 14:08:55 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [94] + - redundant metadata has been removed. + - weird filename will be handled in base64 encoding. + - "comment" is replaced with "annotation". + + + Changes: Modified: + +1 -1 trunk/src/xspf/Makefile + +114 -0 trunk/src/xspf/base64.c + +28 -0 trunk/src/xspf/base64.h + +68 -69 trunk/src/xspf/xspf.c + + 2006-09-21 11:16:52 +0000 William Pitcock <nenolod@nenolod.net> revision [92] - fix a $(BEEP_DEFINES) issue where -DDATA_DIR is wrong
--- a/mk/rules.mk.in Thu Sep 21 07:08:55 2006 -0700 +++ b/mk/rules.mk.in Thu Sep 21 08:12:16 2006 -0700 @@ -318,7 +318,6 @@ CONFIGDB_BACKEND ?= @CONFIGDB_BACKEND@ CURL_CFLAGS ?= @CURL_CFLAGS@ CURL_LIBS ?= @CURL_LIBS@ -MUSICBRAINZ_LIBS ?= @MUSICBRAINZ_LIBS@ CHARDET_LIBS ?= @CHARDET_LIBS@ SUBDIR_GUESS ?= @SUBDIR_GUESS@ LIBNOTIFY_CFLAGS ?= @LIBNOTIFY_CFLAGS@