Files
gstreamer/subprojects/gstreamer-vaapi/tests/meson.build
T
Akkariin Meiko 27c4ec74a1 Update
2022-03-12 03:16:09 +08:00

9 lines
177 B
Meson

if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
if not get_option('examples').disabled()
subdir('examples')
subdir('internal')
endif