-Webp include paths are broken, hacked them to work, fixes #2995

This commit is contained in:
Juan Linietsky
2015-12-07 11:50:00 -03:00
parent fe2a9bc746
commit 8bdf2be4a6
39 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
#include <assert.h>
#include "../utils/utils.h"
#include "../webp/format_constants.h" // RIFF constants
#include "../webp/mux_types.h" // ALPHA_FLAG
#include "webp/format_constants.h" // RIFF constants
#include "webp/mux_types.h" // ALPHA_FLAG
#include "./vp8enci.h"
//------------------------------------------------------------------------------