From 76129f11ea022bfdc37a66a250ae6dbf16b645fe Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Fri, 2 Oct 2015 13:31:39 +0200 Subject: [PATCH] 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 --- gst-libs/gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index be0e4b6..edc1370 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 -- 2.7.4