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
@ -308,13 +308,8 @@ HAVE_DRM_FOURCC_HEADER=no
|
|||||||
AC_CHECK_HEADER(libdrm/drm_fourcc.h,
|
AC_CHECK_HEADER(libdrm/drm_fourcc.h,
|
||||||
HAVE_DRM_FOURCC_HEADER=yes, )
|
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
|
GST_GL_HAVE_DMABUF=0
|
||||||
if test "x$HAVE_DRM_FOURCC_HEADER" = "xyes" -a \
|
if test "x$HAVE_DRM_FOURCC_HEADER" = "xyes" -a \
|
||||||
"x$HAVE_GST_ALLOCATORS" = "xyes" -a \
|
|
||||||
"x$HAVE_EGL" = "xyes"; then
|
"x$HAVE_EGL" = "xyes"; then
|
||||||
GST_GL_HAVE_DMABUF=1
|
GST_GL_HAVE_DMABUF=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user