[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:
Julien Isorce 2008-05-18 17:55:56 +00:00 committed by Tim-Philipp Müller
parent 124521e2de
commit f386219271
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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>