Browse Source

libjxl is available upstream

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun 1 year ago
parent
commit
336fbada79
1 changed files with 0 additions and 17 deletions
  1. 0 17
      third_party/0007-third-party-libjxl-src.patch

+ 0 - 17
third_party/0007-third-party-libjxl-src.patch

@@ -1,17 +0,0 @@
-diff --git a/lib/jxl/base/arch_macros.h b/lib/jxl/base/arch_macros.h
-index a983019..9f614fc 100644
---- a/lib/jxl/base/arch_macros.h
-+++ b/lib/jxl/base/arch_macros.h
-@@ -28,6 +28,12 @@ namespace jxl {
- #define JXL_ARCH_ARM 0
- #endif
- 
-+#if defined(__riscv) && __riscv_xlen == 64
-+#define JXL_ARCH_RISCV64 1
-+#else
-+#define JXL_ARCH_RISCV64 0
-+#endif
-+
- }  // namespace jxl
- 
- #endif  // LIB_JXL_BASE_ARCH_MACROS_H_