[065/906] up
authorJulien Isorce <julien.isorce@gmail.com>
Sun, 18 May 2008 17:55:56 +0000 (17:55 +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@428 93df14bb-0f41-7a43-8087-d3e2a2f0e464

gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gstgldisplay.h

index 13a67eb..9f3745c 100644 (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)
index 0385880..abb4bcc 100644 (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>