From 6c02f9e7ee00d6a08c75a793546ea2e89b502a24 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 1 Nov 2006 16:59:18 +0000
Subject: [PATCH] better #endif comment

Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/bswap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/bswap.h b/libavutil/bswap.h
index 0d652c686a3..46538f4ada0 100644
--- a/libavutil/bswap.h
+++ b/libavutil/bswap.h
@@ -149,7 +149,7 @@ static inline uint64_t bswap_64(uint64_t x)
     return r.ll;
 #endif
 }
-#endif  /* !ARCH_X86 */
+#endif  /* defined(ARCH_X86) || defined(ARCH_X86_64) */
 
 #endif  /* !HAVE_BYTESWAP_H */
 
-- 
GitLab