Commit 3f1055ed authored by diego's avatar diego

Remove GPL-licensed YUV to RGB MMX routines.

We now have an LGPL replacement that is at least equally fast.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@31278 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 502da599
......@@ -52,22 +52,14 @@ DECLARE_ASM_CONST(8, uint64_t, pb_07) = 0x0707070707070707ULL;
#define HAVE_MMX2 0
#define HAVE_AMD3DNOW 0
#define RENAME(a) a ## _MMX
#if CONFIG_GPL
#include "yuv2rgb_template.c"
#else
#include "yuv2rgb_template2.c"
#endif
//MMX2 versions
#undef RENAME
#undef HAVE_MMX2
#define HAVE_MMX2 1
#define RENAME(a) a ## _MMX2
#if CONFIG_GPL
#include "yuv2rgb_template.c"
#else
#include "yuv2rgb_template2.c"
#endif
SwsFunc ff_yuv2rgb_init_mmx(SwsContext *c)
{
......
This diff is collapsed.
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