Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 431 Bytes

meson.build

File metadata and controls

8 lines (8 loc) · 431 Bytes
 
1
foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
2
'audiotestsrc', 'compositor', 'encoding', 'gio', 'overlaycomposition', 'pbtypes', 'playback',
3
'rawparse', 'subparse', 'tcp', 'typefind', 'videoconvert', 'videorate', 'videoscale',
4
5
6
7
8
'videotestsrc', 'volume']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach