summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 16:38:13 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 16:38:13 +0000
commit22605594666df3bbbc62e3441fefaf08aad4de58 (patch)
treec7d0c03c47a58d5122bc8389bcd7bdb27496cc98 /postproc
parentf7440c1784882217c6b399bb3bbf34719bc2f001 (diff)
downloadmpv-22605594666df3bbbc62e3441fefaf08aad4de58.tar.bz2
mpv-22605594666df3bbbc62e3441fefaf08aad4de58.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5339 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/rgb2rgb.c4
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"