[Scummvm-git-logs] scummvm master -> 4c3c910028265c33880f164dedc12a92b18e9598
ccawley2011
ccawley2011 at gmail.com
Fri Mar 27 23:28:44 UTC 2020
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:
4c3c910028 GCW0: Fix compilation
Commit: 4c3c910028265c33880f164dedc12a92b18e9598
https://github.com/scummvm/scummvm/commit/4c3c910028265c33880f164dedc12a92b18e9598
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-03-27T23:27:37Z
Commit Message:
GCW0: Fix compilation
Changed paths:
backends/graphics/downscalesdl/downscalesdl-graphics.cpp
diff --git a/backends/graphics/downscalesdl/downscalesdl-graphics.cpp b/backends/graphics/downscalesdl/downscalesdl-graphics.cpp
index 93a19ff5f9..8bba04249d 100644
--- a/backends/graphics/downscalesdl/downscalesdl-graphics.cpp
+++ b/backends/graphics/downscalesdl/downscalesdl-graphics.cpp
@@ -22,7 +22,7 @@
#include "common/scummsys.h"
-#if defined(GPH_DEVICE) || defined(DINGUX)
+#if (defined(GPH_DEVICE) || defined(DINGUX)) && defined(USE_SCALERS)
#include "backends/graphics/downscalesdl/downscalesdl-graphics.h"
#include "backends/events/sdl/sdl-events.h"
More information about the Scummvm-git-logs
mailing list