hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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"