summaryrefslogtreecommitdiff
path: root/ext/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-10 20:02:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-12-19 12:01:48 +0000
commit8227135f3b4ad79c624efdc00b0ef5730bd2751a (patch)
tree3ae839885779ee143266f630067d9b119703a6d4 /ext/meson.build
parent0eefcb23b47005333b8fabfe204f31abe1bdb314 (diff)
downloadgstreamer-plugins-base-8227135f3b4ad79c624efdc00b0ef5730bd2751a.tar.gz
gl: hook up to build system
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'ext/meson.build')
-rw-r--r--ext/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/meson.build b/ext/meson.build
index 2a9879a84..31c016e15 100644
--- a/ext/meson.build
+++ b/ext/meson.build
@@ -1,5 +1,6 @@
subdir('alsa')
subdir('cdparanoia')
+subdir('gl')
if cc.get_id() != 'msvc'
# libvisual has MinGW-specific headers which are not compatible with MSVC
# If we want to build this with MSVC, we must build libvisual with it too