Skip to content

Commit

Permalink
Adding performance optimization flags to libsvtav1 (#19)
Browse files Browse the repository at this point in the history
* Adding performance optimization flags to libsvtav1

* Adding build timeout
  • Loading branch information
barndawgie authored Jul 12, 2024
1 parent f093375 commit daafbe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build:
name: Build FFMPEG
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: "Install Dependencies"
Expand Down
4 changes: 3 additions & 1 deletion Cross-Compile_FFMPEG.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,9 @@ pushd video || exit
do_git_checkout $libsvtav1_git $libsvtav1_version libsvtav1
pushd libsvtav1 || exit
cd Build/linux || exit
./build.sh -t "$config_dir/toolchain-x86_64-w64-mingw32.cmake" -p $prefix --static install
./build.sh -t "$config_dir/toolchain-x86_64-w64-mingw32.cmake" -p $prefix --static \
--enable-avx512 --enable-lto \
install
popd || exit

#NVEnc/NVDec
Expand Down

0 comments on commit daafbe0

Please sign in to comment.