This commit is contained in:
2024-01-10 17:27:25 -06:00
parent 984ef10535
commit c8011a2851

View File

@@ -13,10 +13,10 @@ 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
# rm -rf build && mkdir build && cd build || exit mkdir build && cd build || exit
# 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)"
# sudo make install sudo make install
# build rav1e # build rav1e
cd "$RAV1E_DIR/" || exit cd "$RAV1E_DIR/" || exit