summaryrefslogtreecommitdiff
path: root/gst/meson.build
blob: 19e7d2a8832c181d1733211c3ce6f4a858561c92 (plain)
1
2
3
4
5
foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia', 'xingmux']
  if not get_option(plugin).disabled()
    subdir(plugin)
  endif
endforeach