Skip to content

Commit 764c2c8

Browse files
committed
WEBP_USE_NEON_DISABLED
1 parent ebc594c commit 764c2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
128128
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='-std=gnu99'"
129129
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
130-
EXTRA_FLAGS+=" -DWEBP_USE_NEON=0"
130+
sed -i 's/\<WEBP_USE_NEON\>/WEBP_USE_NEON_DISABLED/' opencv/3rdparty/libwebp/src/dsp/yuv_neon.c
131+
cat opencv/3rdparty/libwebp/src/dsp/yuv_neon.c
131132
fi
132133
fi
133134

0 commit comments

Comments
 (0)