]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[libsrtp] Fix build on MAC OS 1361/head
authorAndrey Volk <andywolk@gmail.com>
Thu, 30 Sep 2021 14:13:21 +0000 (17:13 +0300)
committerAndrey Volk <andywolk@gmail.com>
Thu, 30 Sep 2021 14:13:21 +0000 (17:13 +0300)
libs/srtp/crypto/include/datatypes.h

index 5164cf002158b2e684933be684084e9d554c4fec..55bcd7385517d184e880f33ab9a5a4144a3c32ab 100644 (file)
@@ -168,7 +168,7 @@ void octet_string_set_to_zero(void *s, size_t len);
 #define be64_to_cpu(x) bswap_64((x))
 #else /* WORDS_BIGENDIAN */
 
-#if defined(__GNUC__) && (defined(HAVE_X86) || defined(__x86_64__))
+#if defined(__GNUC__) && defined(HAVE_X86)
 /* Fall back. */
 static inline uint32_t be32_to_cpu(uint32_t v)
 {