Fixing casing for #import "webp/decode.h" (#import "WebP/decode.h") not
working on case sensitive HDs
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | 8 | ||
9 | #ifdef SD_WEBP | 9 | #ifdef SD_WEBP |
10 | #import "UIImage+WebP.h" | 10 | #import "UIImage+WebP.h" |
11 | -#import "webp/decode.h" | 11 | +#import "WebP/decode.h" |
12 | 12 | ||
13 | // Callback for CGDataProviderRelease | 13 | // Callback for CGDataProviderRelease |
14 | static void FreeImageData(void *info, const void *data, size_t size) | 14 | static void FreeImageData(void *info, const void *data, size_t size) |
-
mentioned in commit b111d624
-
Please register or login to post a comment