Changes between Initial Version and Version 3 of Ticket #8215
- Timestamp:
- Mar 24, 2016, 4:27:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8215
- Property Cc springer.jonathan@… markd@… added
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
- Property Port libdvdread added
-
Ticket #8215 – Description
initial v3 1 1 Add this to the big #if/elif/else statement in bswap.h to properly compile: 2 2 3 {{{ 3 4 #elif defined(__APPLE__) 4 5 #include <libkern/OSByteOrder.h> … … 6 7 #define B2N_32(x) x = OSSwapBigToHostConstInt32(x) 7 8 #define B2N_64(x) x = OSSwapBigToHostConstInt64(x) 9 }}}