Merge pull request #795 from xlchen/master

fix duplicate symbols when using with webp via pods
This commit is contained in:
Bogdan Poplauschi 2014-07-21 15:32:45 +03:00
commit 222e6bca0d
1 changed files with 3 additions and 0 deletions

View File

@ -58,8 +58,11 @@ static void FreeImageData(void *info, const void *data, size_t size)
@end
#if !COCOAPODS
// Functions to resolve some undefined symbols when using WebP and force_load flag
void WebPInitPremultiplyNEON(void) {}
void WebPInitUpsamplersNEON(void) {}
void VP8DspInitNEON(void) {}
#endif
#endif