Fix wasm WebP compilation

Change-Id: I6638628fbf3b7ae310bc892c9ca49678d1098b9b
This commit is contained in:
Vincent Rabaud 2017-12-04 13:39:50 +01:00
parent 8bebd2a32e
commit 84101a8165

View File

@ -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>