From b02a6a98b2cab40f64ab18e658dd5035955c3904 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Jul 2014 12:04:07 +0200 Subject: [PATCH] gl: Link to all required libraries but not more --- ext/gl/Makefile.am | 1 + gst-libs/gst/gl/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am index a92efb8c2c..f5b48c3aba 100644 --- a/ext/gl/Makefile.am +++ b/ext/gl/Makefile.am @@ -99,6 +99,7 @@ libgstopengl_la_CFLAGS = \ libgstopengl_la_LIBADD = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_API_VERSION).la \ + $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la \ $(top_builddir)/gst-libs/gst/video/libgstbadvideo-$(GST_API_VERSION).la \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 61597c1079..ed3514446c 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -48,8 +48,6 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gl.h libgstgl_@GST_API_VERSION@_la_LIBADD = \ - $(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la \ - $(top_builddir)/gst-libs/gst/video/libgstbadvideo-$(GST_API_VERSION).la \ $(GMODULE_NO_EXPORT_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_API_VERSION) \ -- 2.34.1