diff postprocess.c @ 34:48b25c548895 libpostproc

Fix #endif comments.
author diego
date Mon, 16 Oct 2006 12:52:21 +0000
parents cb746db3fd32
children b4fc1bd8525f
line wrap: on
line diff
--- a/postprocess.c	Sun Oct 15 12:59:45 2006 +0000
+++ b/postprocess.c	Mon Oct 16 12:52:21 2006 +0000
@@ -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