Commit c45b5de0 authored by Diego Biurrun's avatar Diego Biurrun

Fix #endif comments.

Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 39051d5d
...@@ -200,7 +200,7 @@ unaligned(16) ...@@ -200,7 +200,7 @@ unaligned(16)
unaligned(32) unaligned(32)
unaligned(64) unaligned(64)
#undef unaligned #undef unaligned
#endif //!ARCH_X86 #endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
#ifndef ALT_BITSTREAM_WRITER #ifndef ALT_BITSTREAM_WRITER
static inline void put_bits(PutBitContext *s, int n, unsigned int value) static inline void put_bits(PutBitContext *s, int n, unsigned int value)
......
...@@ -594,7 +594,7 @@ static always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPC ...@@ -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) #if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
#define COMPILE_3DNOW #define COMPILE_3DNOW
#endif #endif
#endif //ARCH_X86 #endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
#undef HAVE_MMX #undef HAVE_MMX
#undef HAVE_MMX2 #undef HAVE_MMX2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment