mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
12 lines
248 B
C
12 lines
248 B
C
--- include/vlc_common.h.orig
|
|
+++ include/vlc_common.h
|
|
@@ -642,7 +642,7 @@ static inline unsigned popcount (unsigne
|
|
#endif
|
|
}
|
|
|
|
-#ifdef __OS2__
|
|
+#if defined(__OS2__) || defined(__FreeBSD__)
|
|
# undef bswap16
|
|
# undef bswap32
|
|
# undef bswap64
|