xbmc-rpi: add buildfix

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-29 02:19:10 +02:00
parent 92189da6bb
commit ed7a666d11

View File

@ -0,0 +1,11 @@
diff -Naur xbmc-rpi-c2c161c/xbmc/guilib/Texture.h xbmc-rpi-c2c161c.patch/xbmc/guilib/Texture.h
--- xbmc-rpi-c2c161c/xbmc/guilib/Texture.h 2012-04-26 16:26:57.000000000 +0200
+++ xbmc-rpi-c2c161c.patch/xbmc/guilib/Texture.h 2012-04-29 01:54:25.479859785 +0200
@@ -45,6 +45,7 @@
#endif
#ifdef TARGET_RASPBERRY_PI
+#define EGL_EGLEXT_PROTOTYPES
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include "xbmc/filesystem/File.h"