Revision 870a6f40 libswscale/x86/yuv2rgb_mmx.c
libswscale/x86/yuv2rgb_mmx.c | ||
---|---|---|
52 | 52 |
#define HAVE_MMX2 0 |
53 | 53 |
#define HAVE_AMD3DNOW 0 |
54 | 54 |
#define RENAME(a) a ## _MMX |
55 |
#include "yuv2rgb_template2.c"
|
|
55 |
#include "yuv2rgb_template.c" |
|
56 | 56 |
|
57 | 57 |
//MMX2 versions |
58 | 58 |
#undef RENAME |
59 | 59 |
#undef HAVE_MMX2 |
60 | 60 |
#define HAVE_MMX2 1 |
61 | 61 |
#define RENAME(a) a ## _MMX2 |
62 |
#include "yuv2rgb_template2.c"
|
|
62 |
#include "yuv2rgb_template.c" |
|
63 | 63 |
|
64 | 64 |
SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c) |
65 | 65 |
{ |
Also available in: Unified diff