Mercurial > audlegacy
changeset 1862:d68753da30a8 trunk
[svn] - remove checks for taglib in the player
author | nenolod |
---|---|
date | Thu, 12 Oct 2006 04:51:39 -0700 |
parents | 33c3717e4edc |
children | 8b63c8a65ae7 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 7 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 11 23:38:18 2006 -0700 +++ b/ChangeLog Thu Oct 12 04:51:39 2006 -0700 @@ -1,3 +1,10 @@ +2006-10-12 06:38:18 +0000 George Averill <nhjm449@gmail.com> + revision [2679] + - Skin Osmosis's shaded equalizer. + + 0 files changed + + 2006-10-12 02:44:00 +0000 William Pitcock <nenolod@nenolod.net> revision [2677] - cleanup some skin textures
--- a/configure.ac Wed Oct 11 23:38:18 2006 -0700 +++ b/configure.ac Thu Oct 12 04:51:39 2006 -0700 @@ -93,16 +93,6 @@ [AC_MSG_ERROR([Cannot find libglade])] ) -AC_PATH_PROG(TAGLIB_CONFIG, taglib-config, [no], [$PATH:$prefix/bin]) -if test "x$TAGLIB_CONFIG" = "xno" ; then -AC_MSG_ERROR([Cannot find taglib]) -else - TAGLIB_CFLAGS=[`$TAGLIB_CONFIG --cflags`] - TAGLIB_LIBS=[`$TAGLIB_CONFIG --libs`] -fi -AC_SUBST(TAGLIB_CFLAGS) -AC_SUBST(TAGLIB_LIBS) - # Check if socklen_t is defined AC_CACHE_CHECK(for socklen_t, beep_cv_type_socklen_t,