diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-03-25 16:38:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-03-25 16:38:13 +0000 |
commit | 52075cdeaa0cfd5fede7eddf7d037c226783de4b (patch) | |
tree | a21de12374972c4a3687068752956a0d3e117855 /postproc/rgb2rgb.c | |
parent | 5d55fdb40b1734d44e038f92570338d054346328 (diff) | |
download | ffmpeg-52075cdeaa0cfd5fede7eddf7d037c226783de4b.tar.gz |
10l
Originally committed as revision 5339 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/rgb2rgb.c')
-rw-r--r-- | postproc/rgb2rgb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postproc/rgb2rgb.c b/postproc/rgb2rgb.c index f9f3ec9774..7e70858eff 100644 --- a/postproc/rgb2rgb.c +++ b/postproc/rgb2rgb.c @@ -85,6 +85,7 @@ static uint64_t __attribute__((aligned(8))) dither8[2]={ #undef HAVE_MMX2 #undef HAVE_3DNOW #undef ARCH_X86 +#undef HAVE_SSE2 #define RENAME(a) a ## _C #include "rgb2rgb_template.c" @@ -95,6 +96,7 @@ static uint64_t __attribute__((aligned(8))) dither8[2]={ #define HAVE_MMX #undef HAVE_MMX2 #undef HAVE_3DNOW +#undef HAVE_SSE2 #define ARCH_X86 #define RENAME(a) a ## _MMX #include "rgb2rgb_template.c" @@ -104,6 +106,7 @@ static uint64_t __attribute__((aligned(8))) dither8[2]={ #define HAVE_MMX #define HAVE_MMX2 #undef HAVE_3DNOW +#undef HAVE_SSE2 #define ARCH_X86 #define RENAME(a) a ## _MMX2 #include "rgb2rgb_template.c" @@ -113,6 +116,7 @@ static uint64_t __attribute__((aligned(8))) dither8[2]={ #define HAVE_MMX #undef HAVE_MMX2 #define HAVE_3DNOW +#undef HAVE_SSE2 #define ARCH_X86 #define RENAME(a) a ## _3DNow #include "rgb2rgb_template.c" |