gstreamer/subprojects/gstreamer/plugins/meson.build

5 lines
102 B
Meson

plugins = []
subdir('elements')
if not get_option('coretracers').disabled()
subdir('tracers')
endif