mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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.
This commit is contained in:
parent
6559bd75ac
commit
f216fff3dd
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue