gstreamer/subprojects/gst-plugins-ugly/gst/meson.build

6 lines
144 B
Meson

foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach