Skip to content

Instantly share code, notes, and snippets.

@arfoll
Created February 7, 2011 11:00
Show Gist options
  • Save arfoll/814246 to your computer and use it in GitHub Desktop.
Save arfoll/814246 to your computer and use it in GitHub Desktop.
Patch to fix compilation on gitmaster for XBMC with GLES
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