From 0c902ff24906e8c91b0af449a294e9df0706a3b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 16 Feb 2017 20:08:35 +0200 Subject: [PATCH] configure: Remove unused Mali EGL/fbdev_window support This existed a long time ago but there's no actual code for this anymore. --- configure.ac | 27 --------------------------- gst-libs/gst/gl/meson.build | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/configure.ac b/configure.ac index 4013b58..10b850d 100644 --- a/configure.ac +++ b/configure.ac @@ -713,33 +713,6 @@ case $host in old_LIBS=$LIBS old_CFLAGS=$CFLAGS - dnl FIXME: Mali EGL depends on GLESv1 or GLESv2 - AC_CHECK_HEADER([EGL/fbdev_window.h], - [ - LIBS="$LIBS -lUMP" - AC_CHECK_LIB([Mali], [mali_image_create], - [ - LIBS="$LIBS -lMali" - AC_CHECK_LIB([GLESv2], [glEnable], - [ - AC_CHECK_HEADER([GLES2/gl2.h], - [ - AC_CHECK_LIB([EGL], [eglGetProcAddress], - [ - AC_CHECK_HEADER([EGL/egl.h], - [ - HAVE_EGL=yes - HAVE_GLES2=yes - EGL_LIBS="-lMali -lUMP" - EGL_CFLAGS="" - AC_DEFINE(USE_EGL_MALI_FB, [1], [Use Mali FB EGL platform]) - ]) - ]) - ]) - ]) - ]) - ]) - dnl FIXME: EGL of RPi depends on GLESv1 or GLESv2 dnl FIXME: GLESv2 of RPi depends on EGL... WTF! LIBS="$LIBS -lvcos -lvchiq_arm" diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 4231240..3b9d6dc 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -524,7 +524,7 @@ if host_machine.system() == 'darwin' endif # TODO: Add rest of gl config here. -# arm-mali, iOS, OS X, win32 specific support +# iOS, OS X, win32 specific support build_gstgl = true if gl_lib_deps.length() == 0 -- 2.7.4