linuxOS_AP05/external/gstreamer-rockchip/gst/meson.build
2025-06-02 13:59:07 +08:00

6 lines
122 B
Meson

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