Commit 870a6f40 authored by Diego Biurrun's avatar Diego Biurrun

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
parent eb55f3da
...@@ -52,14 +52,14 @@ DECLARE_ASM_CONST(8, uint64_t, pb_07) = 0x0707070707070707ULL; ...@@ -52,14 +52,14 @@ DECLARE_ASM_CONST(8, uint64_t, pb_07) = 0x0707070707070707ULL;
#define HAVE_MMX2 0 #define HAVE_MMX2 0
#define HAVE_AMD3DNOW 0 #define HAVE_AMD3DNOW 0
#define RENAME(a) a ## _MMX #define RENAME(a) a ## _MMX
#include "yuv2rgb_template2.c" #include "yuv2rgb_template.c"
//MMX2 versions //MMX2 versions
#undef RENAME #undef RENAME
#undef HAVE_MMX2 #undef HAVE_MMX2
#define HAVE_MMX2 1 #define HAVE_MMX2 1
#define RENAME(a) a ## _MMX2 #define RENAME(a) a ## _MMX2
#include "yuv2rgb_template2.c" #include "yuv2rgb_template.c"
SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c) SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment