Updated build of webkitgtk with Clang from LLVM

This commit is contained in:
dslm4515
2021-01-25 10:07:31 -06:00
parent 1f0b6317a7
commit f2c0b80c3b
6 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- a/Source/WebCore/platform/image-decoders/jpeg2000/JPEG2000ImageDecoder.cpp
+++ b/Source/WebCore/platform/image-decoders/jpeg2000/JPEG2000ImageDecoder.cpp
@@ -28,7 +28,7 @@
#if USE(OPENJPEG)
-#include <openjpeg.h>
+#include <openjpeg-2.3/openjpeg.h>
namespace WebCore {