# HG changeset patch # User ramiro # Date 1238959073 0 # Node ID a8593f0bdb9c5bb83902146d9941ac63dcb53bc8 # Parent 94c26b8672639155f2e238d709c0e83be5a4997c swscale: Remove X86 commented out code. diff -r 94c26b867263 -r a8593f0bdb9c libswscale/swscale.c --- 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