mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 18:35:41 +01:00 
			
		
		
		
	Fix wasm WebP compilation
Change-Id: I6638628fbf3b7ae310bc892c9ca49678d1098b9b
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
| // Author: James Zern (jzern@google.com) | ||||
|  | ||||
| #ifdef HAVE_CONFIG_H | ||||
| #include "webp/config.h" | ||||
| #include "src/webp/config.h" | ||||
| #endif | ||||
|  | ||||
| #if defined(WEBP_HAVE_SDL) | ||||
| @@ -20,7 +20,7 @@ | ||||
| #include "webp_to_sdl.h" | ||||
|  | ||||
| #include <stdio.h> | ||||
| #include "webp/decode.h" | ||||
| #include "src/webp/decode.h" | ||||
|  | ||||
| #if defined(WEBP_HAVE_JUST_SDL_H) | ||||
| #include <SDL.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user