The only automagic dependency left is C++ availability detection. https://bugzilla.gnome.org/show_bug.cgi?id=795107
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
|