gstreamer/subprojects/gstreamer-vaapi/tests/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
177 B
Meson
Raw Normal View History

if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
if not get_option('examples').disabled()
subdir('examples')
subdir('internal')
2018-11-02 15:50:47 +00:00
endif