diff --git a/scripts.d/25-fftw3.sh b/scripts.d/25-fftw3.sh index f568c9e..8173824 100755 --- a/scripts.d/25-fftw3.sh +++ b/scripts.d/25-fftw3.sh @@ -31,7 +31,7 @@ ffbuild_dockerbuild() { --with-incoming-stack-boundary=2 ) - if [[ $TARGET != linuxarm64 ]]; then + if [[ $TARGET != *arm64 ]]; then myconf+=( --enable-sse2 --enable-avx diff --git a/scripts.d/50-vidstab.sh b/scripts.d/50-vidstab.sh index 62447fc..e9326e4 100755 --- a/scripts.d/50-vidstab.sh +++ b/scripts.d/50-vidstab.sh @@ -16,7 +16,7 @@ ffbuild_dockerbuild() { mkdir build && cd build local disable_sse2="" - if [[ $TARGET == linuxarm64 ]]; then + if [[ $TARGET == *arm64 ]]; then disable_sse2=-DSSE2_FOUND=FALSE fi