swscale: x86: fix #endif comments in rgb2rgb template file
authorGiorgio Vazzana <mywing81@gmail.com>
Thu, 16 Aug 2012 12:35:41 +0000 (14:35 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 19 Aug 2012 19:50:09 +0000 (21:50 +0200)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libswscale/x86/rgb2rgb_template.c

index 7a641e1..f312053 100644 (file)
@@ -2496,7 +2496,7 @@ static inline void RENAME(rgb2rgb_init)(void)
     yvu9_to_yuy2       = RENAME(yvu9_to_yuy2);
     uyvytoyuv422       = RENAME(uyvytoyuv422);
     yuyvtoyuv422       = RENAME(yuyvtoyuv422);
-#endif /* !COMPILE_TEMPLATE_SSE2 */
+#endif /* !COMPILE_TEMPLATE_AMD3DNOW */
 
 #if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
     planar2x           = RENAME(planar2x);
@@ -2505,7 +2505,7 @@ static inline void RENAME(rgb2rgb_init)(void)
 
     yuyvtoyuv420       = RENAME(yuyvtoyuv420);
     uyvytoyuv420       = RENAME(uyvytoyuv420);
-#endif /* COMPILE_TEMPLATE_SSE2 */
+#endif /* !COMPILE_TEMPLATE_SSE2 */
 
 #if !COMPILE_TEMPLATE_AMD3DNOW
     interleaveBytes    = RENAME(interleaveBytes);