Created
February 7, 2011 11:00
-
-
Save arfoll/814246 to your computer and use it in GitHub Desktop.
Patch to fix compilation on gitmaster for XBMC with GLES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -uNr xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp | |
--- xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:11:20.000000000 +0000 | |
+++ xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:33:24.306163877 +0000 | |
@@ -41,6 +41,7 @@ | |
#include "guilib/Texture.h" | |
#include "lib/DllSwScale.h" | |
#include "../dvdplayer/DVDCodecs/Video/OpenMaxVideo.h" | |
+#include "threads/SingleLock.h" | |
using namespace Shaders; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment