mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-13 01:50:33 +00:00
074362edb3
%ci:no-build
14 lines
386 B
Diff
14 lines
386 B
Diff
--- a/Source/LibJXR/image/decode/segdec.c
|
|
+++ b/Source/LibJXR/image/decode/segdec.c
|
|
@@ -49,6 +49,10 @@
|
|
#define _FORCEINLINE
|
|
#endif // X86OPT_INLINE
|
|
|
|
+#ifndef _BIG__ENDIAN_
|
|
+U32 _byteswap_ulong(U32);
|
|
+#endif
|
|
+
|
|
//================================================================
|
|
// Memory access functions
|
|
//================================================================
|