[Scummvm-cvs-logs] CVS: scummvm configure,1.6,1.7

Jonathan Gray khalek at users.sourceforge.net
Sat Oct 26 22:57:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv4435

Modified Files:
	configure 
Log Message:
update configure script as well...

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure	23 Oct 2002 12:12:24 -0000	1.6
+++ configure	27 Oct 2002 05:56:36 -0000	1.7
@@ -104,8 +104,12 @@
 		echo "#define USE_ALSA" >> config.h
 		LIBS="$LIBS -lasound"
 		;;
+      x--with-vorbis)
+      		echo "#define USE_VORBIS" >> config.h
+		LIBS="$LIBS -lvorbisfile -lvorbis"
+		;;
       x--with-mad)
-		echo "#define COMPRESSED_SOUND_FILE" >> config.h
+		echo "#define USE_MAD" >> config.h
 		LIBS="$LIBS -lmad"
 		;;
       x--enable-dump-scripts)





More information about the Scummvm-git-logs mailing list