[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.32,1.33

Travis Howell kirben at users.sourceforge.net
Mon Jan 12 15:42:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv25887

Modified Files:
	Makefile.mingw 
Log Message:

Add mpeg2 option to mingw makefile
Fix compile on mingw


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.mingw	25 Dec 2003 06:34:13 -0000	1.32
+++ Makefile.mingw	12 Jan 2004 23:41:05 -0000	1.33
@@ -38,6 +38,10 @@
 # Compile options - you can modify these to tweak ScummVM compilation #
 #######################################################################
 
+# Uncomment this to activate the MPEG2 lib for Broken Sword II cut scenes
+DEFINES += -DUSE_MPEG2
+LIBS    += -lmpeg2
+
 # Uncomment this to activate the ZLIB lib for compressed save game files
 DEFINES += -DUSE_ZLIB
 LIBS    += -lz





More information about the Scummvm-git-logs mailing list