mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
b1b696017c
And add a way to check that a configured number of instances of a particular element is used, this is useful to make sure for example that playing a particular stream doesn't lead to several decoders being instanciated.
8 lines
131 B
Meson
8 lines
131 B
Meson
subdir('fault_injection')
|
|
subdir('gapplication')
|
|
subdir('ssim')
|
|
subdir('extra_checks')
|
|
|
|
if gtk_dep.found()
|
|
subdir('gtk')
|
|
endif
|