mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
cd build
This commit is contained in:
@@ -13,7 +13,8 @@ git clone https://git.ffmpeg.org/ffmpeg.git "$FFMPEG_DIR"
|
|||||||
# build svt-av1
|
# build svt-av1
|
||||||
cd "$SVT_DIR/" || exit
|
cd "$SVT_DIR/" || exit
|
||||||
git pull
|
git pull
|
||||||
mkdir build && cd build || exit
|
mkdir build
|
||||||
|
cd build || exit
|
||||||
make clean
|
make clean
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON -DNATIVE=ON
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON -DNATIVE=ON
|
||||||
make -j "$(nproc)"
|
make -j "$(nproc)"
|
||||||
|
|||||||
Reference in New Issue
Block a user