mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 00:50:21 +00:00
2972b673c0
This replaces videomixer. Fixes #138
8 lines
431 B
Meson
8 lines
431 B
Meson
foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
|
|
'audiotestsrc', 'compositor', 'encoding', 'gio', 'overlaycomposition', 'pbtypes', 'playback',
|
|
'rawparse', 'subparse', 'tcp', 'typefind', 'videoconvert', 'videorate', 'videoscale',
|
|
'videotestsrc', 'volume']
|
|
if not get_option(plugin).disabled()
|
|
subdir(plugin)
|
|
endif
|
|
endforeach
|