[063/906] up
authorJulien Isorce <julien.isorce@gmail.com>
Sun, 18 May 2008 14:47:01 +0000 (14:47 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:16 +0000 (19:31 +0000)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@423 93df14bb-0f41-7a43-8087-d3e2a2f0e464

gst-libs/gst/gl/gstgldisplay.h

index bd0398f..0385880 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __GST_GL_H__
 #define __GST_GL_H__
 
-#include <gl/glew.h>
+#include <GL/glew.h>
 #include <GL/freeglut.h>
 
 #include <gst/gst.h>
@@ -166,7 +166,7 @@ GType gst_gl_display_get_type (void);
 
 
 //------------------------------------------------------------
-//-------------------- Public déclarations ------------------
+//-------------------- Public dclarations ------------------
 //------------------------------------------------------------ 
 GstGLDisplay *gst_gl_display_new (void);
 void gst_gl_display_initGLContext (GstGLDisplay* display,