From f216fff3ddc0801710218f01a6d34bdc4ed88073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 19 Dec 2017 15:48:19 +0000 Subject: [PATCH] autotools: gl: don't check for gstreamer-allocators via pkg-config It's in -base too after all, so this doesn't make sense and is no longer needed. --- m4/gst-gl.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/m4/gst-gl.m4 b/m4/gst-gl.m4 index 25cedb3888..f12ff7c290 100644 --- a/m4/gst-gl.m4 +++ b/m4/gst-gl.m4 @@ -308,13 +308,8 @@ HAVE_DRM_FOURCC_HEADER=no AC_CHECK_HEADER(libdrm/drm_fourcc.h, HAVE_DRM_FOURCC_HEADER=yes, ) -HAVE_GST_ALLOCATORS=no -PKG_CHECK_MODULES(GST_ALLOCATORS, gstreamer-allocators-1.0, - HAVE_GST_ALLOCATORS=yes, ) - GST_GL_HAVE_DMABUF=0 if test "x$HAVE_DRM_FOURCC_HEADER" = "xyes" -a \ - "x$HAVE_GST_ALLOCATORS" = "xyes" -a \ "x$HAVE_EGL" = "xyes"; then GST_GL_HAVE_DMABUF=1 fi