mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
a86c36b9a9
This autodetection is needed on iOS inside Cerbero where gstreamer-check-1.0 is not available.
6 lines
150 B
Meson
6 lines
150 B
Meson
# FIXME: make check work on windows
|
|
if host_machine.system() != 'windows' and gst_check_dep.found()
|
|
subdir('check')
|
|
endif
|
|
|
|
subdir('launcher_tests')
|