aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/freeimage/use-external-webp.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/freeimage/use-external-webp.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/freeimage/use-external-webp.patch')
-rw-r--r--vcpkg/ports/freeimage/use-external-webp.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/freeimage/use-external-webp.patch b/vcpkg/ports/freeimage/use-external-webp.patch
new file mode 100644
index 0000000..4d1757c
--- /dev/null
+++ b/vcpkg/ports/freeimage/use-external-webp.patch
@@ -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