From 6c601a6f7f8e88624971bfe105789d0eddf24ec8 Mon Sep 17 00:00:00 2001 From: Levon Date: Wed, 10 Jan 2024 17:49:27 -0600 Subject: [PATCH] updates --- scripts/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 3490d11..c94b066 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -24,6 +24,7 @@ sudo make install cd "$RAV1E_DIR/" || exit git pull rm -rf ffmpeg_build && mkdir ffmpeg_build || exit +source "$HOME/.cargo/env" # for good measure cargo clean RUSTFLAGS="-C target-cpu=native" cargo cinstall --release \ --prefix="$(pwd)"/ffmpeg_build \ @@ -42,3 +43,7 @@ make clean ./configure --enable-libsvtav1 --enable-librav1e make -j "$(nproc)" sudo make install + +hash -r +source ~/.profile +ffmpeg -encoders | grep "av1"