[Ffmpeg-cvslog] r6709 - in trunk: libavcodec/bitstream.h libpostproc/postprocess.c
diego
subversion
Mon Oct 16 14:52:22 CEST 2006
Author: diego
Date: Mon Oct 16 14:52:21 2006
New Revision: 6709
Modified:
trunk/libavcodec/bitstream.h
trunk/libpostproc/postprocess.c
Log:
Fix #endif comments.
Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h (original)
+++ trunk/libavcodec/bitstream.h Mon Oct 16 14:52:21 2006
@@ -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)
Modified: trunk/libpostproc/postprocess.c
==============================================================================
--- trunk/libpostproc/postprocess.c (original)
+++ trunk/libpostproc/postprocess.c Mon Oct 16 14:52:21 2006
@@ -594,7 +594,7 @@
#if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#define COMPILE_3DNOW
#endif
-#endif //ARCH_X86
+#endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
#undef HAVE_MMX
#undef HAVE_MMX2
More information about the ffmpeg-cvslog
mailing list