mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b5b7a3aec3
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'.
17 lines
288 B
Meson
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')
|