summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-30 08:44:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-30 08:44:05 +0000
commit89a63012c5f8994adbf02907a892a7503d2af45a (patch)
tree0439ca376e0abbeea30a6b640c74a307c528acfe /libswscale
parent02c0705f98b0ecfeaed27f396644e05defe912ba (diff)
downloadmpv-89a63012c5f8994adbf02907a892a7503d2af45a.tar.bz2
mpv-89a63012c5f8994adbf02907a892a7503d2af45a.tar.xz
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31279 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-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