[vlc-commits] commit: opengl: Fix a typo. (Pierre d'Herbemont )
git at videolan.org
git at videolan.org
Sun Oct 31 11:17:46 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Oct 31 11:16:59 2010 +0100| [81f7d8c145e0861af2b13aa25ba7784e314fb88a] | committer: Pierre d'Herbemont
opengl: Fix a typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81f7d8c145e0861af2b13aa25ba7784e314fb88a
---
modules/video_output/opengl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/opengl.h b/modules/video_output/opengl.h
index de581b1..6f78753 100644
--- a/modules/video_output/opengl.h
+++ b/modules/video_output/opengl.h
@@ -38,7 +38,7 @@
#elif USE_OPENGL_ES == 2
# include <OpenGLES/ES2/gl.h>
# include <OpenGLES/ES2/glext.h>
-#elif defindef(__APPLE__)
+#elif defined(__APPLE__)
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# include <OpenGL/glext.h>
More information about the vlc-commits
mailing list