• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1foreach plugin : ['adder', 'app', 'audioconvert', 'audiomixer', 'audiorate', 'audioresample',
2                  'audiotestsrc', 'compositor', 'encoding', 'gio', 'overlaycomposition', 'pbtypes', 'playback',
3                  'rawparse', 'subparse', 'tcp', 'typefind', 'videoconvert', 'videorate', 'videoscale',
4                  'videotestsrc', 'volume']
5  if not get_option(plugin).disabled()
6    subdir(plugin)
7  endif
8endforeach
9