From a13fca3079366bc6b3e043a3f31c017862d42c18 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:29:50 +0200 Subject: [PATCH] fix rockchip sw-decode bug --- build_chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_chroot.sh b/build_chroot.sh index 45b9abb9c..0e45c0c4d 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -14,6 +14,7 @@ echo ${FLAVOR} echo ${CUSTOM} echo ${ARCH} +mkdir -p /usr/local/share/openhd/platform/rock/ bash install_build_dep.sh rock5 sudo ./package.sh ${CUSTOM} ${ARCH} ${DISTRO} ${FLAVOR} || exit 1