Skip to content

Commit

Permalink
Forgot rename from armsimd to fixarm64 in vvenc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 29, 2024
1 parent b3d160b commit 4e6bbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-vvenc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ffbuild_dockerbuild() {
)
fi

cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DVVENC_ENABLE_LINK_TIME_OPT=OFF -DEXTRALIBS="-lstdc++" "${armsimd[@]}" ..
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DVVENC_ENABLE_LINK_TIME_OPT=OFF -DEXTRALIBS="-lstdc++" "${fixarm64[@]}" ..
make -j$(nproc)
make install
}
Expand Down

0 comments on commit 4e6bbb0

Please sign in to comment.