From f98fee49c2e8e7ea4af4cf3ea57e18c82a982368 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 17 Mar 2014 14:37:13 +0100 Subject: [PATCH] gl: add path of the gstegl library Temporary until we merge the two libraries --- gst-libs/gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index bc47bef5c4..74cca7a571 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -49,6 +49,7 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ libgstgl_@GST_API_VERSION@_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ + $(top_builddir)/gst-libs/gst/egl/libgstegl-$(GST_API_VERSION).la \ -lgstvideo-$(GST_API_VERSION) \ -lgstegl-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \