early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/freeimage/use-external-webp.patch
vendored
Executable file
17
externals/vcpkg/ports/freeimage/use-external-webp.patch
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
diff --git a/Source/FreeImage/PluginWebP.cpp b/Source/FreeImage/PluginWebP.cpp
|
||||
index 7c9f62f..c401447 100644
|
||||
--- a/Source/FreeImage/PluginWebP.cpp
|
||||
+++ b/Source/FreeImage/PluginWebP.cpp
|
||||
@@ -24,9 +24,9 @@
|
||||
|
||||
#include "../Metadata/FreeImageTag.h"
|
||||
|
||||
-#include "../LibWebP/src/webp/decode.h"
|
||||
-#include "../LibWebP/src/webp/encode.h"
|
||||
-#include "../LibWebP/src/webp/mux.h"
|
||||
+#include <webp/decode.h>
|
||||
+#include <webp/encode.h>
|
||||
+#include <webp/mux.h>
|
||||
|
||||
// ==========================================================
|
||||
// Plugin Interface
|
||||
Reference in New Issue
Block a user