mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
22 lines
393 B
Meson
22 lines
393 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')
|
||
|
|
||
|
# FIXME: broken and incomplete
|
||
|
#gl_dep = dependency('gl', required : false)
|
||
|
#if gl_dep.found()
|
||
|
# subdir('gl')
|
||
|
#endif
|