linuxOS_AP06/external/gstreamer-rockchip/gst/meson.build
2025-06-03 12:28:32 +08:00

6 lines
132 B
Meson

foreach plugin : ['rkximage', 'rockchipmpp', 'kmssrc']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach