comparison postprocess.c @ 34:48b25c548895 libpostproc

Fix #endif comments.
author diego
date Mon, 16 Oct 2006 12:52:21 +0000
parents cb746db3fd32
children b4fc1bd8525f
comparison
equal deleted inserted replaced
33:b5cf29aef709 34:48b25c548895
592 #endif 592 #endif
593 593
594 #if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT) 594 #if (defined (HAVE_3DNOW) && !defined (HAVE_MMX2)) || defined (RUNTIME_CPUDETECT)
595 #define COMPILE_3DNOW 595 #define COMPILE_3DNOW
596 #endif 596 #endif
597 #endif //ARCH_X86 597 #endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
598 598
599 #undef HAVE_MMX 599 #undef HAVE_MMX
600 #undef HAVE_MMX2 600 #undef HAVE_MMX2
601 #undef HAVE_3DNOW 601 #undef HAVE_3DNOW
602 #undef HAVE_ALTIVEC 602 #undef HAVE_ALTIVEC