diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 15:48:19 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 15:48:19 +0000 |
commit | f216fff3ddc0801710218f01a6d34bdc4ed88073 (patch) | |
tree | 6261d178676962be757a29fc7daf91bd814119a4 /m4 | |
parent | 6559bd75ac27da83fe707cc58b8b14e31c0421c3 (diff) |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gst-gl.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/gst-gl.m4 b/m4/gst-gl.m4 index 25cedb388..f12ff7c29 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 |