Skip to content

Commit

Permalink
Update to fixed svt-av1
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jan 4, 2025
1 parent 2b7d496 commit bda8f6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts.d/50-svtav1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
SCRIPT_COMMIT="783c3f1f28957040bed221f9fe24a437d2222547"
SCRIPT_COMMIT="39525fd6f1046f1d6400b291f5fb2a8c0ad054ad"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
Expand All @@ -15,8 +15,6 @@ ffbuild_dockerdl() {
ffbuild_dockerbuild() {
mkdir build && cd build

export CFLAGS="$CFLAGS -Dav1_cospi_arr_s32_data=svt_av1_cospi_arr_s32_data"

cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DBUILD_APPS=OFF -DENABLE_AVX512=ON ..
make -j$(nproc)
make install
Expand Down

0 comments on commit bda8f6b

Please sign in to comment.