-Webp include paths are broken, hacked them to work, fixes #2995
This commit is contained in:
parent
fe2a9bc746
commit
8bdf2be4a6
39 changed files with 57 additions and 57 deletions
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // for memcpy()
|
||||
#include "../webp/decode.h"
|
||||
#include "../webp/encode.h"
|
||||
#include "webp/decode.h"
|
||||
#include "webp/encode.h"
|
||||
#include "./utils.h"
|
||||
|
||||
// If PRINT_MEM_INFO is defined, extra info (like total memory used, number of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue