1config BR2_PACKAGE_LIBV4L_RKMPP 2 bool "A rockchip-mpp V4L2 wrapper plugin for chromium V4L2 VDA" 3 depends on BR2_PACKAGE_LIBV4L 4 depends on BR2_PACKAGE_ROCKCHIP_MPP 5 help 6 A V4L2 plugin that wraps rockchip-mpp for the chromium's V4L2 VDA. 7 The original idea comes from v4l-gst. 8 9 https://github.com/JeffyCN/libv4l-rkmpp 10