gstreamer/gst-libs/gst/meson.build
Matthew Waters b5b7a3aec3 meson: add some starting build files for GL
Currently only works on linux with egl/glx + wayland/x11 but the general
principals have been layed out for adding the other GL platforms/winsys'.
2016-09-09 11:22:47 +10:00

17 lines
288 B
Meson

subdir('base')
subdir('uridownloader')
subdir('adaptivedemux')
subdir('audio')
subdir('basecamerabinsrc')
subdir('codecparsers')
subdir('insertbin')
subdir('interfaces')
subdir('mpegts')
subdir('player')
subdir('video')
# FIXME: port configure.ac logic
#subdir('wayland')
subdir('gl')