[vlc-commits] commit: OpenGL: fix a bunch of warnings ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Nov 8 18:56:12 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 8 19:53:30 2010 +0200| [99daef177ee7e9a80f2c15fcb575bd92d921dd15] | committer: Rémi Denis-Courmont
OpenGL: fix a bunch of warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99daef177ee7e9a80f2c15fcb575bd92d921dd15
---
modules/video_output/opengl.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/opengl.h b/modules/video_output/opengl.h
index ccb765c..5e13a16 100644
--- a/modules/video_output/opengl.h
+++ b/modules/video_output/opengl.h
@@ -30,6 +30,9 @@
#include <vlc_vout_opengl.h>
// Define USE_OPENGL_ES to the GL ES Version you want to select
+#ifndef USE_OPENGL_ES
+# define USE_OPENGL_ES 0
+#endif
#define VLCGL_TEXTURE_COUNT 1
More information about the vlc-commits
mailing list