[SCM] libav/experimental: Fix #endif comments.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:19 UTC 2013


The following commit has been merged in the experimental branch:
commit c45b5de03a1c26fb61142fae727b3a5c731c1bf5
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Oct 16 12:52:21 2006 +0000

    Fix #endif comments.
    
    Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index a00e117..26b4f8d 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -200,7 +200,7 @@ unaligned(16)
 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)
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 559bc81..a81cf20 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC
 #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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list