changeset 29109:a8593f0bdb9c

swscale: Remove X86 commented out code.
author ramiro
date Sun, 05 Apr 2009 19:17:53 +0000
parents 94c26b867263
children 102e7b8da1a2
files libswscale/swscale.c
diffstat 1 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.c	Sun Apr 05 04:15:44 2009 +0000
+++ b/libswscale/swscale.c	Sun Apr 05 19:17:53 2009 +0000
@@ -1094,7 +1094,7 @@
     }
 }
 
-//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 @@
 
 #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