summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/liba52/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liba52/bitstream.h b/src/liba52/bitstream.h
index 1f3c447c0..be15907e9 100644
--- a/src/liba52/bitstream.h
+++ b/src/liba52/bitstream.h
@@ -26,7 +26,7 @@
#else
-# if defined (__i386__)
+# if defined (__i386__) && defined(__GNUC__)
# define swab32(x) __i386_swab32(x)
static inline const uint32_t __i386_swab32(uint32_t x)