summaryrefslogtreecommitdiff
path: root/libswscale/x86
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-05-30 08:44:05 +0000
committerDiego Biurrun <diego@biurrun.de>2010-05-30 08:44:05 +0000
commit870a6f4044f639bbcbdb3f724331199651e777d1 (patch)
tree46951649cbf6acb0ef22bead3c8a4fe02cb95da7 /libswscale/x86
parenteb55f3da3d904702f70c982b1325f957140bfa7b (diff)
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
Originally committed as revision 31279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/yuv2rgb_mmx.c4
-rw-r--r--libswscale/x86/yuv2rgb_template.c (renamed from libswscale/x86/yuv2rgb_template2.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/x86/yuv2rgb_mmx.c b/libswscale/x86/yuv2rgb_mmx.c
index acd1742d62..6478311f00 100644
--- a/libswscale/x86/yuv2rgb_mmx.c
+++ b/libswscale/x86/yuv2rgb_mmx.c
@@ -52,14 +52,14 @@ DECLARE_ASM_CONST(8, uint64_t, pb_07) = 0x0707070707070707ULL;
#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)
{
diff --git a/libswscale/x86/yuv2rgb_template2.c b/libswscale/x86/yuv2rgb_template.c
index 5c062c10d4..5c062c10d4 100644
--- a/libswscale/x86/yuv2rgb_template2.c
+++ b/libswscale/x86/yuv2rgb_template.c