changeset 4028:fe5e26898887 libavcodec

Fix #endif comments.
author diego
date Mon, 16 Oct 2006 12:52:21 +0000
parents ca4a837b896d
children 5160e1bdeff2
files bitstream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitstream.h	Mon Oct 16 11:11:20 2006 +0000
+++ b/bitstream.h	Mon Oct 16 12:52:21 2006 +0000
@@ -200,7 +200,7 @@
 unaligned(32)
 unaligned(64)
 #undef unaligned
-#endif //!ARCH_X86
+#endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
 
 #ifndef ALT_BITSTREAM_WRITER
 static inline void put_bits(PutBitContext *s, int n, unsigned int value)