From: Jeff Lenk Date: Mon, 17 Jun 2013 13:51:56 +0000 (-0500) Subject: FS-5507 this should fix but I'm not sure its the proper thing X-Git-Tag: v1.4.1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37467e0540ed7a82bd99a707cf534b23fe23508;p=thirdparty%2Ffreeswitch.git FS-5507 this should fix but I'm not sure its the proper thing --- diff --git a/libs/srtp/crypto/include/datatypes.h b/libs/srtp/crypto/include/datatypes.h index 31d07db15f..6f18e9ebbf 100644 --- a/libs/srtp/crypto/include/datatypes.h +++ b/libs/srtp/crypto/include/datatypes.h @@ -393,7 +393,7 @@ octet_string_set_to_zero(uint8_t *s, int len); # define be64_to_cpu(x) bswap_64((x)) #else -#if defined(__GNUC__) && defined(HAVE_X86) +#if defined(__GNUC__) && defined(HAVE_X86) && !defined(__FreeBSD__) /* Fall back. */ static inline uint32_t be32_to_cpu(uint32_t v) { /* optimized for x86. */