gstreamer/subprojects/gst-plugins-base/gst/meson.build

9 lines
429 B
Meson

foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
'audiotestsrc', 'compositor', 'dsd', 'encoding', 'gio', 'overlaycomposition',
'pbtypes', 'playback', 'rawparse', 'subparse', 'tcp', 'typefind',
'videoconvertscale', 'videorate', 'videotestsrc', 'volume']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach