summaryrefslogtreecommitdiffstats
path: root/multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h
blob: 65a5e126ff9e8031e8abb2aaec043209524341be (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/input/libdvdnav/bswap.h.orig	Wed Apr 30 06:55:46 2003
+++ src/input/libdvdnav/bswap.h	Tue Jul  8 22:28:49 2003
@@ -53,7 +53,7 @@
 #define B2N_32(x) x = swap32(x)
 #define B2N_64(x) x = swap64(x)
 
-#elif defined(__FreeBSD__) && __FreeBSD_version >= 470000
+#elif defined(__FreeBSD__) && __FreeBSD_version >= 500034
 #include <sys/endian.h>
 #define B2N_16(x) x = be16toh(x)
 #define B2N_32(x) x = be32toh(x)
OpenPOWER on IntegriCloud