changeset 725:167ba5a8c15a trunk

[svn] - sndfile
author nenolod
date Mon, 27 Feb 2006 06:28:11 -0800
parents cee582b99770
children b50d5337a8ce
files configure.ac mk/rules.mk.in
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 27 06:25:36 2006 -0800
+++ b/configure.ac	Mon Feb 27 06:28:11 2006 -0800
@@ -359,10 +359,10 @@
 fi
 
 if test "$enable_sndfile" = "yes"; then
-	WAV_BACKEND="_sndfile"
+	WAV_SNDFILE="-sndfile"
 fi
 
-AC_SUBST(WAV_BACKEND)
+AC_SUBST(WAV_SNDFILE)
 
 dnl *** modplug
 
--- a/mk/rules.mk.in	Mon Feb 27 06:25:36 2006 -0800
+++ b/mk/rules.mk.in	Mon Feb 27 06:28:11 2006 -0800
@@ -299,6 +299,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
+WAV_SNDFILE = @WAV_SNDFILE@
 CURL_CFLAGS = @CURL_CFLAGS@
 CURL_LIBS = @CURL_LIBS@
 MUSICBRAINZ_LIBS = @MUSICBRAINZ_LIBS@