From a17d76e60b8eb76613b654818c932ca1ef2806d2 Mon Sep 17 00:00:00 2001 From: rrockru Date: Fri, 14 Feb 2014 18:45:20 +0400 Subject: Fixed build issue on linux (missing webp include path). Tested on ArchLinux. --- drivers/webp/dec/webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/webp/dec/webp.c') diff --git a/drivers/webp/dec/webp.c b/drivers/webp/dec/webp.c index edd348cbe..f44bc2b8a 100644 --- a/drivers/webp/dec/webp.c +++ b/drivers/webp/dec/webp.c @@ -14,7 +14,7 @@ #include "./vp8i.h" #include "./vp8li.h" #include "./webpi.h" -#include "../webp/format_constants.h" +#include "../format_constants.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { -- cgit v1.2.3-70-g09d2