You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,10 @@ cd build
126
126
127
127
3. Pass `--arch=64` to build the libraries with arm64 support.
128
128
129
+
Note:
130
+
If you build `webp` with arm64, you will get `cpu-features.h` header file not found error. This is a known issue of Android NDK r10c. You could simply create a empty header file
131
+
named `cpu-features.h` under `{ANDROID_NDK}/platforms/android-21/arch-arm64/usr/include`.
132
+
129
133
130
134
## How to build a DEBUG and RELEASE version
131
135
You can add flag "--mode=[debug | release]" for building DEBUG and RELEASE version.
0 commit comments