Files
termux-packages/packages/freeimage/Source-LibJXR-image-decode-segdec.c.patch
termux-pacman-bot e7cd67180e freeimage: Fix implicit function declaration
%ci:no-build
2023-04-12 21:30:58 +00:00

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
//================================================================