Skip to content

Commit

Permalink
Disable X86 simde of vvenc for linuxarm64 target
Browse files Browse the repository at this point in the history
This should avoid error compilation issue.

- Martin Eesmaa
  • Loading branch information
MartinEesmaa committed Oct 28, 2024
1 parent ebe03cb commit db68bba
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 @@ -12,7 +12,7 @@ ffbuild_dockerbuild() {

local armsimd=()
if [[ $TARGET == *arm* ]]; then
armsimd+=( -DVVENC_ENABLE_ARM_SIMD=ON )
armsimd+=( -DVVENC_ENABLE_ARM_SIMD=ON -DVVENC_ENABLE_X86_SIMD=OFF )

if [[ "$CC" != *clang* ]]; then
export CFLAGS="$CFLAGS -fpermissive -Wno-error=uninitialized -Wno-error=maybe-uninitialized"
Expand Down

0 comments on commit db68bba

Please sign in to comment.