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