mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Updated build of webkitgtk with Clang from LLVM
This commit is contained in:
11
patches/webkit2gtk-alpine-2.30.2/fix-openjpeg.patch
Normal file
11
patches/webkit2gtk-alpine-2.30.2/fix-openjpeg.patch
Normal 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 {
|
||||
|
Reference in New Issue
Block a user