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

6 lines
122 B
Meson
Raw Normal View History

2025-06-02 05:59:07 +00:00
foreach plugin : ['rkximage', 'rockchipmpp']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach