mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
make clean
This commit is contained in:
@@ -60,6 +60,7 @@ cd "$AOM_DIR/" || exit
|
|||||||
git pull
|
git pull
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build || exit
|
cd build || exit
|
||||||
|
make clean
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON \
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON \
|
||||||
-DCMAKE_C_FLAGS="-flto -O2 $EXTRA_C_FLAGS" || exit
|
-DCMAKE_C_FLAGS="-flto -O2 $EXTRA_C_FLAGS" || exit
|
||||||
make -j "$(nproc)" || exit
|
make -j "$(nproc)" || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user