early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/freeimage/use-external-rawlib.patch
vendored
Executable file
13
externals/vcpkg/ports/freeimage/use-external-rawlib.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Source/FreeImage/PluginRAW.cpp b/Source/FreeImage/PluginRAW.cpp
|
||||
index e9bd5bf..c7f8758 100644
|
||||
--- a/Source/FreeImage/PluginRAW.cpp
|
||||
+++ b/Source/FreeImage/PluginRAW.cpp
|
||||
@@ -19,7 +19,7 @@
|
||||
// Use at your own risk!
|
||||
// ==========================================================
|
||||
|
||||
-#include "../LibRawLite/libraw/libraw.h"
|
||||
+#include <libraw/libraw.h>
|
||||
|
||||
#include "FreeImage.h"
|
||||
#include "Utilities.h"
|
||||
Reference in New Issue
Block a user