Changes between Initial Version and Version 3 of Ticket #8215


Ignore:
Timestamp:
Mar 24, 2016, 4:27:45 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8215

    • Property Cc springer.jonathan@… markd@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port libdvdread added
  • Ticket #8215 – Description

    initial v3  
    11Add this to the big #if/elif/else statement in bswap.h to properly compile:
    22
     3{{{
    34#elif defined(__APPLE__)
    45#include <libkern/OSByteOrder.h>
     
    67#define B2N_32(x) x = OSSwapBigToHostConstInt32(x)
    78#define B2N_64(x) x = OSSwapBigToHostConstInt64(x)
     9}}}