[DVDnav-discuss] r935 - trunk/libdvdnav/src/dvdread/bswap.h

nicodvb subversion at mplayerhq.hu
Sat May 5 12:32:13 CEST 2007


Author: nicodvb
Date: Sat May  5 12:32:13 2007
New Revision: 935

Log:
define B2xx macros for BEOS as for WIN32 variants; patch by Videolan team

Modified:
   trunk/libdvdnav/src/dvdread/bswap.h

Modified: trunk/libdvdnav/src/dvdread/bswap.h
==============================================================================
--- trunk/libdvdnav/src/dvdread/bswap.h	(original)
+++ trunk/libdvdnav/src/dvdread/bswap.h	Sat May  5 12:32:13 2007
@@ -71,7 +71,7 @@
  * functionality! 
  */
 
-#elif defined(__FreeBSD__) || defined(__sun) || defined(__bsdi__) || defined(WIN32) || defined(__CYGWIN__)
+#elif defined(__FreeBSD__) || defined(__sun) || defined(__bsdi__) || defined(WIN32) || defined(__CYGWIN__) || defined(__BEOS__)
 #define B2N_16(x) \
  x = ((((x) & 0xff00) >> 8) | \
       (((x) & 0x00ff) << 8))



More information about the DVDnav-discuss mailing list