linuxOS_AP06/external/gstreamer-rockchip/gst/meson.build

6 lines
132 B
Meson
Raw Normal View History

2025-06-03 04:28:32 +00:00
foreach plugin : ['rkximage', 'rockchipmpp', 'kmssrc']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach