summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-05 19:17:53 +0000
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-05 19:17:53 +0000
commitb2baebacd377ea96c48180fcc79f132d0442f9a2 (patch)
treeb62c80f4cc16341e4b8f1c6b4aa447a6ee368071 /libswscale
parent6f32d685ca0a1486b69b5c9f4820aafbfa005fb9 (diff)
downloadmpv-b2baebacd377ea96c48180fcc79f132d0442f9a2.tar.bz2
mpv-b2baebacd377ea96c48180fcc79f132d0442f9a2.tar.xz
swscale: Remove X86 commented out code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index fbc5e1dcb2..4799542421 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -1094,7 +1094,7 @@ static void fillPlane(uint8_t* plane, int stride, int width, int height, int y,
}
}
-//Note: we have C, X86, MMX, MMX2, 3DNOW versions, there is no 3DNOW+MMX2 one
+//Note: we have C, MMX, MMX2, 3DNOW versions, there is no 3DNOW+MMX2 one
//Plain C versions
#if !HAVE_MMX || defined (RUNTIME_CPUDETECT) || !CONFIG_GPL
#define COMPILE_C
@@ -1146,16 +1146,6 @@ static void fillPlane(uint8_t* plane, int stride, int width, int height, int y,
#if ARCH_X86
-//x86 versions
-/*
-#undef RENAME
-#undef HAVE_MMX
-#undef HAVE_MMX2
-#undef HAVE_AMD3DNOW
-#define ARCH_X86
-#define RENAME(a) a ## _X86
-#include "swscale_template.c"
-*/
//MMX versions
#ifdef COMPILE_MMX
#undef RENAME