mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
18 lines
321 B
Meson
18 lines
321 B
Meson
subdir('app')
|
|
subdir('audio')
|
|
subdir('compositor')
|
|
subdir('device-provider')
|
|
subdir('dynamic')
|
|
subdir('decodebin_next')
|
|
subdir('encoding')
|
|
subdir('fft')
|
|
subdir('gio')
|
|
if build_gstgl
|
|
subdir('gl')
|
|
endif
|
|
subdir('overlay')
|
|
subdir('overlaycomposition')
|
|
subdir('playback')
|
|
subdir('playrec')
|
|
subdir('seek')
|
|
subdir('snapshot')
|