mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
swapped correct fix depths
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user