diff options
author | vanfanel | 2015-12-04 16:05:19 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-12-08 21:41:40 +0100 |
commit | 66dbb7f485899a555093e1b909d65c97589a5681 (patch) | |
tree | c0676a438132c1790a82659ad934d466d121db0f /backends/platform/sdl/posix | |
parent | 8981279580ea97a0456d6b4ac4c0cc5095861912 (diff) | |
download | scummvm-rg350-66dbb7f485899a555093e1b909d65c97589a5681.tar.gz scummvm-rg350-66dbb7f485899a555093e1b909d65c97589a5681.tar.bz2 scummvm-rg350-66dbb7f485899a555093e1b909d65c97589a5681.zip |
SDL/DISPMANX: Remove dispmanx graphics output.
Diffstat (limited to 'backends/platform/sdl/posix')
-rw-r--r-- | backends/platform/sdl/posix/posix-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/posix/posix-main.cpp b/backends/platform/sdl/posix/posix-main.cpp index 492da70eeb..d07db11b0c 100644 --- a/backends/platform/sdl/posix/posix-main.cpp +++ b/backends/platform/sdl/posix/posix-main.cpp @@ -22,7 +22,7 @@ #include "common/scummsys.h" -#if defined(POSIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(MAEMO) && !defined(WEBOS) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) && !defined(PLAYSTATION3) && !defined(DISPMANX) +#if defined(POSIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(MAEMO) && !defined(WEBOS) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) && !defined(PLAYSTATION3) #include "backends/platform/sdl/posix/posix.h" #include "backends/plugins/sdl/sdl-provider.h" |