Fix for issue #416 Undefined symbols for architecture armv7 since WebP introduction when deploying to device
Added Functions to resolve some undefined symbols when using WebP and force_load flag void WebPInitPremultiplyNEON(void) {} void WebPInitUpsamplersNEON(void) {} void VP8DspInitNEON(void) {} Changes under MIT License
This commit is contained in:
parent
63805ef590
commit
10a0f21856
|
@ -61,4 +61,9 @@ static void FreeImageData(void *info, const void *data, size_t size)
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
// Functions to resolve some undefined symbols when using WebP and force_load flag
|
||||
void WebPInitPremultiplyNEON(void) {}
|
||||
void WebPInitUpsamplersNEON(void) {}
|
||||
void VP8DspInitNEON(void) {}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue