mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
5 lines
155 B
Meson
5 lines
155 B
Meson
foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia', 'xingmux']
|
|
if not get_option(plugin).disabled()
|
|
subdir(plugin)
|
|
endif
|
|
endforeach
|