summaryrefslogtreecommitdiff
path: root/ext/gl/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-11 12:04:07 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-11 12:06:48 +0200
commitacb1d5afc318837f02d69221c385879f9e1764b3 (patch)
tree61fb948dc3d38f659329804512c468d692106490 /ext/gl/Makefile.am
parentf6f1c0ac346be2fa4e114b87368b91ecce8c90bf (diff)
downloadgstreamer-plugins-bad-acb1d5afc318837f02d69221c385879f9e1764b3.tar.gz
gl: Link to all required libraries but not more
Diffstat (limited to 'ext/gl/Makefile.am')
-rw-r--r--ext/gl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gl/Makefile.am b/ext/gl/Makefile.am
index a92efb8c2..f5b48c3ab 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) \