From 584f6972471602552fe6da2a6946a548752bf3ec Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 14 Apr 2018 14:29:54 +0200 Subject: gst-plugins-base1: make sure at least one GL platform is available Signed-off-by: Michael Olbrich --- rules/gst-plugins-base1.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/gst-plugins-base1.in b/rules/gst-plugins-base1.in index 17b4896ce..0595719f7 100644 --- a/rules/gst-plugins-base1.in +++ b/rules/gst-plugins-base1.in @@ -155,6 +155,8 @@ config GST_PLUGINS_BASE1_CDPARANOIA config GST_PLUGINS_BASE1_GL bool + select GST_PLUGINS_BASE1_EGL if !GST_PLUGINS_BASE1_GLX + select GST_PLUGINS_BASE1_GLES2 if !GST_PLUGINS_BASE1_OPENGL prompt "gl" if GST_PLUGINS_BASE1_GL -- cgit v1.2.3