1# If you want to use a local build of SVT-AV1, you must clone the SVT-AV1 repo in this directory first,
2# then enable CMake's AVIF_CODEC_SVT and AVIF_LOCAL_SVT options.
3# cmake and ninja must be in your PATH.
4
5git clone -b v0.8.7 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
6
7cd SVT-AV1
8cd Build/linux
9
10./build.sh release static
11cd ../..
12mkdir -p include/svt-av1
13cp Source/API/*.h include/svt-av1
14
15cd ..
16