Mercurial > audlegacy-plugins
changeset 729:1959cac04fb8 trunk
[svn] - properly report if madplug will not be built.
author | nenolod |
---|---|
date | Sun, 25 Feb 2007 17:41:03 -0800 |
parents | c26dc360a03e |
children | 74a46ac77c97 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Feb 25 06:01:46 2007 -0800 +++ b/ChangeLog Sun Feb 25 17:41:03 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-25 14:01:46 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1554] + - no vorbis? disallow flac too. + + trunk/configure.ac | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) + + 2007-02-25 13:27:51 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1552] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed.
--- a/configure.ac Sun Feb 25 06:01:46 2007 -0800 +++ b/configure.ac Sun Feb 25 17:41:03 2007 -0800 @@ -265,7 +265,7 @@ if test "$enable_mp3" = "yes"; then PKG_CHECK_MODULES(MAD, [mad], - [INPUT_PLUGINS="$INPUT_PLUGINS madplug"]) + [INPUT_PLUGINS="$INPUT_PLUGINS madplug"], [enable_mp3="no"]) fi # XXX rtsp support # PKG_CHECK_MODULES(LIBNMS,[libnms >= 0.6.0],