From 7bab8566f6be948f280ea6ec2f56aceb185a19df Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:12:00 +1000 Subject: [PATCH] swapped correct fix depths --- FFMPEGMINGW.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FFMPEGMINGW.sh b/FFMPEGMINGW.sh index d49d86f..d118f6c 100644 --- a/FFMPEGMINGW.sh +++ b/FFMPEGMINGW.sh @@ -1,8 +1,8 @@ echo Starting process of FFmpeg build with libvvenc and libvvdec... mkdir buildffmpegwin && cd buildffmpegwin -git clone --depth=1 https://github.com/tbiat/FFmpeg +git clone --depth=10 https://github.com/tbiat/FFmpeg git clone --depth=1 https://github.com/fraunhoferhhi/vvenc -git clone --depth=10 https://github.com/fraunhoferhhi/vvdec +git clone --depth=1 https://github.com/fraunhoferhhi/vvdec echo Starting to build vvenc... cd vvenc mkdir build && cd build