From 9f4eea8636067927c38ea38b92bd89a5d2c313f2 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 25 Dec 2014 19:33:50 +0100 Subject: [PATCH] framebuffer_ng: undef SCALE, it's used by hw includes --- src/driver/framebuffer_ng.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/driver/framebuffer_ng.cpp b/src/driver/framebuffer_ng.cpp index 7502dccd4..327258dc3 100644 --- a/src/driver/framebuffer_ng.cpp +++ b/src/driver/framebuffer_ng.cpp @@ -50,6 +50,9 @@ #include #endif #if HAVE_TRIPLEDRAGON +#ifdef SCALE +#undef SCALE +#endif #include extern int gfxfd; #endif