From e55c6f823251fcff366c7ce93b3ab0bf1fdedd68 Mon Sep 17 00:00:00 2001 From: volzhs Date: Fri, 8 Jul 2016 22:10:25 +0900 Subject: Modified webp source codes for godot --- drivers/webp/enc/delta_palettization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/webp/enc/delta_palettization.h') diff --git a/drivers/webp/enc/delta_palettization.h b/drivers/webp/enc/delta_palettization.h index e41c0c5ab5..54195d452c 100644 --- a/drivers/webp/enc/delta_palettization.h +++ b/drivers/webp/enc/delta_palettization.h @@ -13,7 +13,7 @@ #ifndef WEBP_ENC_DELTA_PALETTIZATION_H_ #define WEBP_ENC_DELTA_PALETTIZATION_H_ -#include "../webp/encode.h" +#include "webp/encode.h" #include "../enc/vp8li.h" // Replaces enc->argb_[] input by a palettizable approximation of it, -- cgit v1.2.3