aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/raspberrypi/README.RASPBERRYPI
diff options
context:
space:
mode:
authorvanfanel2015-10-18 20:25:53 +0200
committervanfanel2015-10-18 20:25:53 +0200
commitc362119572228721e45087d1a835231512b8edab (patch)
tree30e5b7e32cb329a0569c8e9a0cad390ae23470eb /backends/platform/sdl/raspberrypi/README.RASPBERRYPI
parenta4bfef8c53021c85d3d0c36cd5cc8c08e6139b0a (diff)
downloadscummvm-rg350-c362119572228721e45087d1a835231512b8edab.tar.gz
scummvm-rg350-c362119572228721e45087d1a835231512b8edab.tar.bz2
scummvm-rg350-c362119572228721e45087d1a835231512b8edab.zip
SDL/DISPMANX Renamed the RASBERRYPI define to the less confusing name of DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi.
Diffstat (limited to 'backends/platform/sdl/raspberrypi/README.RASPBERRYPI')
-rw-r--r--backends/platform/sdl/raspberrypi/README.RASPBERRYPI1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/sdl/raspberrypi/README.RASPBERRYPI b/backends/platform/sdl/raspberrypi/README.RASPBERRYPI
index d67a5ab939..1b3a30c8aa 100644
--- a/backends/platform/sdl/raspberrypi/README.RASPBERRYPI
+++ b/backends/platform/sdl/raspberrypi/README.RASPBERRYPI
@@ -95,6 +95,5 @@ NOTE: Distcc is my preferred method as it does cross-compiling totally transpare
(we build ON the Pi but the actual CPU-intensive compilation is made on an external
server), but it involves building a custom gcc version on the compilation server and
configuring a server and client in both the Raspberry Pi and the server.
-More info here: http://elinux.org/RPi_Linaro_GCC_Compilation#Build_GCC_Linaro
Enjoy!