gl: Link to all required libraries but not more
authorSebastian Dröge <sebastian@centricular.com>
Fri, 11 Jul 2014 10:04:07 +0000 (12:04 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:44 +0000 (19:31 +0000)
ext/gl/Makefile.am
gst-libs/gst/gl/Makefile.am

index a92efb8c2cae3b3d475bf31f0841da6e475b47a4..f5b48c3abab4909c577ef762d762e858797a218c 100644 (file)
@@ -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) \
index 61597c1079fa30c5ac2631b2ad380d35c2ed1b44..ed3514446ce3683c3ffa5fd9412dac35bf438ed2 100644 (file)
@@ -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) \