[FFmpeg-cvslog] r29149 - trunk/libswscale/swscale.c
ramiro
subversion
Sun Apr 5 21:17:54 CEST 2009
Author: ramiro
Date: Sun Apr 5 21:17:53 2009
New Revision: 29149
Log:
swscale: Remove X86 commented out code.
Modified:
trunk/libswscale/swscale.c
Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c Sun Apr 5 06:15:44 2009 (r29148)
+++ trunk/libswscale/swscale.c Sun Apr 5 21:17:53 2009 (r29149)
@@ -1094,7 +1094,7 @@ static void fillPlane(uint8_t* plane, in
}
}
-//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, in
#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
More information about the ffmpeg-cvslog
mailing list