changeset 1039:91a6d69bca91 trunk

[svn] - Disable building the old flac plugin by default
author ertzing
date Tue, 15 May 2007 13:45:38 -0700
parents 1710790c8e85
children 1b0890d5c00b
files ChangeLog configure.ac
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 15 13:38:05 2007 -0700
+++ b/ChangeLog	Tue May 15 13:45:38 2007 -0700
@@ -1,3 +1,12 @@
+2007-05-15 20:38:05 +0000  Ralf Ertzinger <ralf@skytale.net>
+  revision [2240]
+  
+  - Require FLAC >= 1.1.3 for flacng for the time being
+  
+  trunk/configure.ac |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2007-05-15 20:18:35 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [2238]
   - upstream updates regarding handling of SPC700 instructions and runtime 
--- a/configure.ac	Tue May 15 13:38:05 2007 -0700
+++ b/configure.ac	Tue May 15 13:45:38 2007 -0700
@@ -619,8 +619,9 @@
 
 dnl *** flac
 AC_ARG_ENABLE( flac,
-[  --disable-flac          disable flac input plugin (default=enabled)],,
-                enable_flac="yes")
+[  --enable-flac          enable flac input plugin (default=disabled)],
+[enable_flac=$enableval],
+[enable_flac="no"])
 
 if test "x$enable_flac" = xyes; then
 	if test "x$have_oggvorbis" = xyes; then