[Scummvm-cvs-logs] CVS: scummvm Makefile,1.16,1.17

Jonathan Gray khalek at users.sourceforge.net
Sat Oct 26 18:13:03 CEST 2002


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

Modified Files:
	Makefile 
Log Message:
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	23 Oct 2002 00:20:11 -0000	1.16
+++ Makefile	27 Oct 2002 01:12:08 -0000	1.17
@@ -36,8 +36,12 @@
 # DEFINES += -DDUMP_SCRIPTS
 
 # Uncomment this to activate the MAD lib for compressed sound files
-DEFINES += -DCOMPRESSED_SOUND_FILE
+DEFINES += -DUSE_MAD
 LIBS    += -lmad
+
+# Uncomment this to activate the Ogg Vorbis lib for compressed sound files
+# DEFINES += -DUSE_VORBIS
+# LIBS    += -lvorbisfile -lvorbis
 
 # Uncomment this to activate the ALSA lib for midi
 # DEFINES += -DUSE_ALSA





More information about the Scummvm-git-logs mailing list