|
@@ -11,7 +11,7 @@
|
|
|
//
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
-#include "../webp/config.h"
|
|
|
+#include "webp/config.h"
|
|
|
#endif
|
|
|
|
|
|
#include <assert.h>
|
|
@@ -19,9 +19,9 @@
|
|
|
#include <string.h>
|
|
|
|
|
|
#include "../utils/utils.h"
|
|
|
-#include "../webp/decode.h" // WebPGetFeatures
|
|
|
-#include "../webp/demux.h"
|
|
|
-#include "../webp/format_constants.h"
|
|
|
+#include "webp/decode.h" // WebPGetFeatures
|
|
|
+#include "webp/demux.h"
|
|
|
+#include "webp/format_constants.h"
|
|
|
|
|
|
#define DMUX_MAJ_VERSION 0
|
|
|
#define DMUX_MIN_VERSION 2
|