diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-07-11 12:04:07 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-07-11 12:06:48 +0200 |
commit | acb1d5afc318837f02d69221c385879f9e1764b3 (patch) | |
tree | 61fb948dc3d38f659329804512c468d692106490 /gst-libs | |
parent | f6f1c0ac346be2fa4e114b87368b91ecce8c90bf (diff) | |
download | gstreamer-plugins-bad-acb1d5afc318837f02d69221c385879f9e1764b3.tar.gz |
gl: Link to all required libraries but not more
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gl/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 61597c107..ed3514446 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) \ |