[Scummvm-cvs-logs] CVS: scummvm configure,1.73,1.74

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Feb 23 08:55:09 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23678

Modified Files:
	configure 
Log Message:
Changed FLAY_LIBS to FLAC_LIBS, as pointed out by Lord_Nightmare on
#scummvm. Clarified that it's FLAC >= 1.0.1 that the configure script is
looking for. (That's when the seekable decoder was added.)


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- configure	22 Feb 2004 14:11:09 -0000	1.73
+++ configure	23 Feb 2004 16:41:05 -0000	1.74
@@ -633,14 +633,14 @@
 fi
 echo "$_vorbis"
 
-echocheck "FLAC"
+echocheck "FLAC >= 1.0.1"
 if test "$_flac" = auto ; then
   _flac=no
   cat > $TMPC << EOF
 #include <FLAC/seekable_stream_decoder.h>
 int main(void) { FLAC__seekable_stream_decoder_init( 0 ); return 0; }
 EOF
-  cc_check $LDFLAGS $CXXFLAGS $FLAC_CFLAGS $FLAY_LIBS \
+  cc_check $LDFLAGS $CXXFLAGS $FLAC_CFLAGS $FLAC_LIBS \
   -lFLAC -lm && _flac=yes
 fi
 if test "$_flac" = yes ; then





More information about the Scummvm-git-logs mailing list