mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[065/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@428 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
parent
3b8e186130
commit
4511a3c0bd
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
|||
$(X_LIBS) $(GL_LIBS)
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs/gst/freeglut
|
||||
|
||||
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define __GST_GL_H__
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <GL/freeglut.h>
|
||||
#include <gstfreeglut.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
|
Loading…
Reference in a new issue