diff libswscale/x86/yuv2rgb_mmx.c @ 31213:ed2e04f928e3

Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
author diego
date Sun, 30 May 2010 08:44:05 +0000
parents e682d09f5e33
children
line wrap: on
line diff
--- a/libswscale/x86/yuv2rgb_mmx.c	Sun May 30 08:31:23 2010 +0000
+++ b/libswscale/x86/yuv2rgb_mmx.c	Sun May 30 08:44:05 2010 +0000
@@ -52,14 +52,14 @@
 #define HAVE_MMX2 0
 #define HAVE_AMD3DNOW 0
 #define RENAME(a) a ## _MMX
-#include "yuv2rgb_template2.c"
+#include "yuv2rgb_template.c"
 
 //MMX2 versions
 #undef RENAME
 #undef HAVE_MMX2
 #define HAVE_MMX2 1
 #define RENAME(a) a ## _MMX2
-#include "yuv2rgb_template2.c"
+#include "yuv2rgb_template.c"
 
 SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c)
 {