[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.36,1.37

Travis Howell kirben at users.sourceforge.net
Mon Feb 23 03:25:00 CET 2004


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

Modified Files:
	Makefile.mingw 
Log Message:

Add FLAC option


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile.mingw	1 Feb 2004 01:32:43 -0000	1.36
+++ Makefile.mingw	23 Feb 2004 11:10:57 -0000	1.37
@@ -48,6 +48,10 @@
 DEFINES += -DUSE_ZLIB
 LIBS    += -lz
 
+# Uncomment this to activate the FLAC lib for compressed sound files
+DEFINES += -USE_FLAC
+LIBS    += -lflac
+
 # Uncomment this to activate the MAD lib for compressed sound files
 DEFINES += -DUSE_MAD
 LIBS    += -lmad





More information about the Scummvm-git-logs mailing list