# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
DESCRIPTION = "A V4L2 plugin that wraps rockchip-mpp for the chromium's V4L2 VDA/VEA"
|
|
SECTION = "libs"
|
|
LICENSE = "GPLv2"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d749e86a105281d7a44c2328acebc4b0"
|
|
inherit freeze-rev
|
|
SRCREV = "fe977181a5ab53bb350706cdc259ba6ccd4528da"
|
SRC_URI = "git://github.com/JeffyCN/libv4l-rkmpp.git;protocol=https;branch=master"
|
|
S = "${WORKDIR}/git"
|
|
DEPENDS = "rockchip-mpp rockchip-librga libv4l"
|
|
inherit meson pkgconfig
|
|
FILES:${PN} = "${libdir}/libv4l/plugins/*.so"
|