diff libswscale/swscale_template.c @ 30896:28af330d8c96

Replace wrong condition name in #endif comment by correct instance.
author diego
date Fri, 19 Mar 2010 09:58:45 +0000
parents ee9be9626e70
children 0be6ed163321
line wrap: on
line diff
--- a/libswscale/swscale_template.c	Fri Mar 19 09:57:36 2010 +0000
+++ b/libswscale/swscale_template.c	Fri Mar 19 09:58:45 2010 +0000
@@ -2211,7 +2211,7 @@
         dst[i] = FFMIN(val>>7, (1<<15)-1); // the cubic equation does overflow ...
         //dst[i] = val>>7;
     }
-#endif /* COMPILE_ALTIVEC */
+#endif /* COMPILE_TEMPLATE_ALTIVEC */
 #endif /* COMPILE_MMX */
 }