[Scummvm-cvs-logs] SF.net SVN: scummvm:[48975] scummvm/trunk/backends/platform/n64/Makefile
Hkz at users.sourceforge.net
Hkz at users.sourceforge.net
Sun May 9 11:50:19 CEST 2010
Revision: 48975
http://scummvm.svn.sourceforge.net/scummvm/?rev=48975&view=rev
Author: Hkz
Date: 2010-05-09 09:50:19 +0000 (Sun, 09 May 2010)
Log Message:
-----------
N64: Remove a potentially dangerous define in makefile
Modified Paths:
--------------
scummvm/trunk/backends/platform/n64/Makefile
Modified: scummvm/trunk/backends/platform/n64/Makefile
===================================================================
--- scummvm/trunk/backends/platform/n64/Makefile 2010-05-08 22:42:29 UTC (rev 48974)
+++ scummvm/trunk/backends/platform/n64/Makefile 2010-05-09 09:50:19 UTC (rev 48975)
@@ -20,7 +20,7 @@
#DEFINES += -D_ENABLE_DEBUG_
USE_LIBMAD=0
-USE_LIBOGG=0
+USE_LIBOGG=1
ifeq ($(USE_LIBMAD),1)
DEFINES += -DUSE_MAD
@@ -43,17 +43,15 @@
RM = rm -f
RM_REC = rm -rf
-VERBOSE_BUILD=0
+VERBOSE_BUILD=1
HAVE_GCC3=1
DISABLE_SCALERS=1
DISABLE_HQ_SCALER=1
-USE_MT32EMU=0
USE_RGB_COLOR=0
ENABLED=STATIC_PLUGIN
ENABLE_SCUMM = $(ENABLED)
-#ENABLE_SKY = $(ENABLED)
#ENABLE_SCI = $(ENABLED)
#ENABLE_GOB = $(ENABLED)
#ENABLE_PARALLACTION = $(ENABLED)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list