]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5507 this should fix but I'm not sure its the proper thing
authorJeff Lenk <jeff@jefflenk.com>
Mon, 17 Jun 2013 13:51:56 +0000 (08:51 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 17 Jun 2013 13:51:56 +0000 (08:51 -0500)
libs/srtp/crypto/include/datatypes.h

index 31d07db15fe2567b001bfc4c48a4305c5ca85a58..6f18e9ebbf1bbb7b42dfb1086f3b0805933534f4 100644 (file)
@@ -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. */