Added missing webrtc-audio-processing and git
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
40fa2fc335
commit
c826ea18a6
|
@ -20,6 +20,7 @@ download_yolort()
|
|||
file_name=cppwinrt-2.0.210122.3+windows-10.0.19041+yolort-835cd4e.zip
|
||||
yolort_dir="$PWD/plugins/windows-notification/yolort"
|
||||
|
||||
rm -rf "$yolort_dir"
|
||||
mkdir "$yolort_dir"
|
||||
curl -L -o "$file_name" "https://github.com/LAGonauta/YoloRT/releases/download/v1.0.0/$file_name"
|
||||
echo "675a6d943c97b4acdbfaa473f68d3241d1798b31a67b5529c8d29fc0176a1707 $file_name" | sha256sum --check --status
|
||||
|
@ -56,6 +57,8 @@ prepare()
|
|||
mingw64/mingw-w64-x86_64-libsignal-protocol-c \
|
||||
mingw64/mingw-w64-x86_64-ninja \
|
||||
mingw64/mingw-w64-x86_64-icu \
|
||||
mingw64/mingw-w64-x86_64-webrtc-audio-processing \
|
||||
git \
|
||||
make \
|
||||
unzip \
|
||||
curl
|
||||
|
|
Loading…
Reference in a new issue