diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-16 12:52:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-16 12:52:21 +0000 |
commit | c45b5de03a1c26fb61142fae727b3a5c731c1bf5 (patch) | |
tree | dd2f615d89babc1d2a7b19d4aace0a33f6a4e5b0 /libpostproc | |
parent | 39051d5d6e28ae89449fbc5661ae05bac4112251 (diff) | |
download | ffmpeg-c45b5de03a1c26fb61142fae727b3a5c731c1bf5.tar.gz |
Fix #endif comments.
Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 559bc81ab9..a81cf20db1 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 |