[063/906] up

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@423 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
Julien Isorce 2008-05-18 14:47:01 +00:00 committed by Matthew Waters
parent a5ff5ff14e
commit 50a08f10b3

View 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 d<EFBFBD>clarations ------------------
//------------------------------------------------------------
GstGLDisplay *gst_gl_display_new (void);
void gst_gl_display_initGLContext (GstGLDisplay* display,