summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-11 12:59:09 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-19 12:02:31 +0000
commit769a21d0bb310906b880c07da0e1e2376e11c187 (patch)
tree02b93bbe659389c940abd69b3a214cfa05f6c501 /ext/Makefile.am
parent43631c63ea76c524f96488dbdf4f4e20fa764626 (diff)
downloadgstreamer-plugins-bad-769a21d0bb310906b880c07da0e1e2376e11c187.tar.gz
gl: remove GStreamer OpenGL integration library and move to -base
https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index e4e0db7d6..3d7c4b207 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -82,8 +82,9 @@ else
DTS_DIR=
endif
+# FIXME: re-enable for gl mixers
if USE_GL
-GL_DIR=gl
+#GL_DIR=gl
else
GL_DIR=
endif