[067/906] up
authorJulien Isorce <julien.isorce@gmail.com>
Sun, 18 May 2008 19:58:49 +0000 (19:58 +0000)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:19 +0000 (18:36 +0100)
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@431 93df14bb-0f41-7a43-8087-d3e2a2f0e464

gst/gl/Makefile.am

index fd1ea59..7df35e1 100644 (file)
@@ -24,6 +24,7 @@ libgstopengl_la_LIBADD = \
        $(top_builddir)/gst-libs/gst/freeglut/libgstfreeglut-$(GST_MAJORMINOR).la \
        $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_MAJORMINOR).la \
        $(GST_BASE_LIBS) \
-       $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
+       $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
+       -lGLEW
 libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)