diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 19:23:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 19:23:43 +0000 |
commit | 17b95aad48abca14f237deaad0bbcf0132de6b80 (patch) | |
tree | 26dcf5c82e3b44c33e4e7f97eac3b27bb264da13 /ext | |
parent | 3010afa97687d54d9b1e01d07c4d5e397271ff01 (diff) | |
download | gstreamer-plugins-bad-17b95aad48abca14f237deaad0bbcf0132de6b80.tar.gz |
gl: enable openglmixers plugin in autotools again too
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 3d7c4b207..e4e0db7d6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -82,9 +82,8 @@ else DTS_DIR= endif -# FIXME: re-enable for gl mixers if USE_GL -#GL_DIR=gl +GL_DIR=gl else GL_DIR= endif |