Skip to content

Commit 61e00d6

Browse files
committed
improve readme
1 parent 123b204 commit 61e00d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ cd build
126126

127127
3. Pass `--arch=64` to build the libraries with arm64 support.
128128

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+
129133

130134
## How to build a DEBUG and RELEASE version
131135
You can add flag "--mode=[debug | release]" for building DEBUG and RELEASE version.

0 commit comments

Comments
 (0)