summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-02-17 18:34:58 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-02-17 18:34:58 +0200
commit1cfe070de71d61ebf10921ac0878c2d082dbc6ca (patch)
tree4c8e45e4a8c3b64b68b770d55cd8b9b11172fdb7
parent1784f628950cfd19e0e164a08e1564339e92fc76 (diff)
gl: Link to libgstallocators for the dmabuf allocator
-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 0430a89d5..abbb49b6b 100644
--- a/ext/gl/Makefile.am
+++ b/ext/gl/Makefile.am
@@ -147,6 +147,7 @@ libgstopengl_la_LIBADD = \
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) \
$(GST_CONTROLLER_LIBS) \
$(GST_LIBS) \