mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[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:
parent
a5ff5ff14e
commit
50a08f10b3
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue