summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz.sarnecki@collabora.co.uk>2015-10-02 13:31:39 +0200
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2015-12-18 15:56:34 -0500
commit41738ca83b63c911e6b90f1dbce748830282031b (patch)
tree3efe7bccbc7ea7edc20246e757ebefc29ffd123d /gst-libs
parentebeae8bcdba7de275c18c866ac90cee0c5c56407 (diff)
downloadgstreamer-plugins-bad-41738ca83b63c911e6b90f1dbce748830282031b.tar.gz
build: Add dmabuf build condition.
configure.ac: Build dmabuf when EGL and drm_fourcc.h is available. gl: Link gst-allocators. https://bugzilla.gnome.org/show_bug.cgi?id=743345
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
index be0e4b6b6..edc1370f9 100644
--- a/gst-libs/gst/gl/Makefile.am
+++ b/gst-libs/gst/gl/Makefile.am
@@ -114,6 +114,7 @@ endif
if USE_EGL
SUBDIRS += egl
libgstgl_@GST_API_VERSION@_la_LIBADD += egl/libgstgl-egl.la
+libgstgl_@GST_API_VERSION@_la_LIBADD += -lgstallocators-$(GST_API_VERSION)
endif
configexecincludedir = $(libdir)/gstreamer-@GST_API_VERSION@/include/gst/gl