We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc594c commit 764c2c8Copy full SHA for 764c2c8
.github/workflows/opencv.yml
@@ -127,7 +127,8 @@ jobs:
127
elif [[ ${{ matrix.os }} == "centos.7" ]]; then
128
EXTRA_FLAGS+=" -DCMAKE_C_FLAGS='-std=gnu99'"
129
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
130
- EXTRA_FLAGS+=" -DWEBP_USE_NEON=0"
+ 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
132
fi
133
134
0 commit comments