From ee00ad29883ac1cef37744e87581481e1e5d7344 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Tue, 9 Apr 2024 19:26:54 +1000 Subject: [PATCH] Fix directories change name on both shell scripts --- FFMPEGMINGW.sh | 2 +- libvvdecffmpeg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FFMPEGMINGW.sh b/FFMPEGMINGW.sh index ddcc4bb..a67631d 100644 --- a/FFMPEGMINGW.sh +++ b/FFMPEGMINGW.sh @@ -9,7 +9,7 @@ else cd buildffmpegwin fi -if [ ! -d FFmpeg-FixVVC ]; then +if [ ! -d FFmpeg-VVC ]; then git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-VVC else git -C FFmpeg-VVC pull diff --git a/libvvdecffmpeg.sh b/libvvdecffmpeg.sh index 8612f0d..43e4ed3 100644 --- a/libvvdecffmpeg.sh +++ b/libvvdecffmpeg.sh @@ -6,7 +6,7 @@ sudo apt install build-essential cmake nasm autoconf pkg-config \ python3-setuptools ninja-build python3-pip libtool git wget xxd -y && \ sudo pip3 install meson -if [ ! -d FFmpeg-FixVVC ]; then +if [ ! -d FFmpeg-VVC ]; then git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-VVC else git -C FFmpeg-VVC pull