mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 02:18:57 +00:00
[no ci] venc dl by vendor fix (#1058)
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if ! [ -f /dev/ven ]; then
|
||||
ln -s /dev/venc /dev/ven
|
||||
fi
|
||||
echo "Starting venc encoder service..."
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user