build_svt

This commit is contained in:
2024-03-21 20:34:23 -05:00
committed by GitHub
parent 221d527b93
commit 46250c285e

View File

@@ -78,9 +78,9 @@ fi
# build svt-av1 # build svt-av1
cd "$SVT_DIR/" || exit cd "$SVT_DIR/" || exit
git pull git pull
rm -rf build rm -rf build_svt
mkdir build mkdir build_svt
cd build || exit cd build_svt || exit
make clean make clean
cmake .. -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON \ cmake .. -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON \
-DCMAKE_C_FLAGS="-O3 $COMP_FLAGS" \ -DCMAKE_C_FLAGS="-O3 $COMP_FLAGS" \