mirror of https://github.com/OpenIPC/firmware.git
[no ci] venc dl by vendor fix (#1058)
parent
abca49d3cf
commit
89728f58f2
|
@ -5,9 +5,6 @@
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
if ! [ -f /dev/ven ]; then
|
|
||||||
ln -s /dev/venc /dev/ven
|
|
||||||
fi
|
|
||||||
echo "Starting venc encoder service..."
|
echo "Starting venc encoder service..."
|
||||||
venc -p 5600 -f 30 -r 7168 -n 1400 -c 265cbr -d frame -v 200_imx307F -s 720p &
|
venc -p 5600 -f 30 -r 7168 -n 1400 -c 265cbr -d frame -v 200_imx307F -s 720p &
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -4,7 +4,13 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
VENC_OPENIPC_SITE = https://github.com/OpenIPC/silicon_research/releases/download/latest/venc
|
ifdef $(BR2_CONFIG_VENDOR, hisilicon)
|
||||||
|
VENDOR = hisi
|
||||||
|
else
|
||||||
|
VENDOR = goke
|
||||||
|
endif
|
||||||
|
|
||||||
|
VENC_OPENIPC_SITE = https://github.com/OpenIPC/silicon_research/releases/download/latest/venc-$(VENDOR)
|
||||||
|
|
||||||
VENC_OPENIPC_LICENSE = MIT
|
VENC_OPENIPC_LICENSE = MIT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue