6 lines
155 B
Meson
6 lines
155 B
Meson
foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia', 'xingmux']
|
|
if not get_option(plugin).disabled()
|
|
subdir(plugin)
|
|
endif
|
|
endforeach
|