when i compile webp-android-backport-library getting following error
nagarajudbng opened this issue · 1 comments
nagarajudbng commented
HI
what is the problem while i compiling with ndk getting fowllowing error, can you help me please
Invalid attribute name:
package
Compile++ thumb : webpbackport <= android_backport_webp_WebPFactory.cpp
jni/webpbackport/android_backport_webp_WebPFactory.cpp:7:25: fatal error: webp/decode.h: No such file or directory
compilation terminated.
make: *** [obj/local/armeabi/objs/webpbackport/android_backport_webp_WebPFactory.o] Error 1
alexey-pelykh commented
Probably you haven't initialized submodules after git clone. You can read more here under Using Submodules section.