Opened 16 years ago
Closed 16 years ago
#749 closed defect (fixed)
MacOS X endianness detection on universal build (thanks Ruud Klaver for the patch)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.1 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Endianness detection fails on OSX universal build.
The duplicate ticket for 1.0 branch is ticket #750.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch applied in r2510. Added special case for OSX where we use gcc BIG_ENDIAN macro to detect endianness.