Fix directories change name on both shell scripts

This commit is contained in:
MartinEesmaa 2024-04-09 19:26:54 +10:00
parent 187348f5c1
commit ee00ad2988
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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