[Scummvm-cvs-logs] scummvm master -> 489d4d62cdf0a9949773a382d1137f9ffcae6f5e

lordhoto lordhoto at gmail.com
Tue Apr 19 15:18:13 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
489d4d62cd BACKENDS: Fix compilation for Caanoo and GP2xWiz.


Commit: 489d4d62cdf0a9949773a382d1137f9ffcae6f5e
    https://github.com/scummvm/scummvm/commit/489d4d62cdf0a9949773a382d1137f9ffcae6f5e
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-04-19T06:19:19-07:00

Commit Message:
BACKENDS: Fix compilation for Caanoo and GP2xWiz.

Changed paths:
    backends/mixer/doublebuffersdl/doublebuffersdl-mixer.cpp



diff --git a/backends/mixer/doublebuffersdl/doublebuffersdl-mixer.cpp b/backends/mixer/doublebuffersdl/doublebuffersdl-mixer.cpp
index 6b00748..93c779e 100644
--- a/backends/mixer/doublebuffersdl/doublebuffersdl-mixer.cpp
+++ b/backends/mixer/doublebuffersdl/doublebuffersdl-mixer.cpp
@@ -23,7 +23,7 @@
  *
  */
 
-#if defined(MACOSX) || defined(GP2X)
+#if defined(MACOSX) || defined(GP2X) || defined(CAANOO) || defined(GP2XWIZ)
 
 #include "backends/mixer/doublebuffersdl/doublebuffersdl-mixer.h"
 






More information about the Scummvm-git-logs mailing list