From ee589cd337ffaf2c4096cdaaae44c502d7ef0cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 11 Dec 2017 14:20:59 +0000 Subject: gl: most of opengl plugin has moved to -base, keep mixer bits in -bad for now Since they rely on GstVideoAggregator. Fix detection of things again, and Meson --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0f3e02f7d..a1707ac03 100644 --- a/configure.ac +++ b/configure.ac @@ -1899,6 +1899,8 @@ AG_GST_CHECK_FEATURE(GL, [gl elements], gl, [ dnl HAVE_GL="yes" dnlfi ]) +dnl FIXME +AM_CONDITIONAL(USE_OPENGL, false) dnl *** gtk+ *** HAVE_GTK3_GL="no" @@ -2705,6 +2707,7 @@ ext/faad/Makefile ext/fdkaac/Makefile ext/flite/Makefile ext/fluidsynth/Makefile +ext/gl/Makefile ext/gsm/Makefile ext/hls/Makefile ext/iqa/Makefile -- cgit v1.2.1