meson: add -Wno-unused also to C++ args when gst debug system is disabled
[platform/upstream/gst-plugins-ugly.git] / gst / meson.build
1 foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia', 'xingmux']
2   if not get_option(plugin).disabled()
3     subdir(plugin)
4   endif
5 endforeach