[MPlayer-cvslog] r30893 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Mar 15 00:37:58 CET 2010
Author: diego
Date: Mon Mar 15 00:37:58 2010
New Revision: 30893
Log:
Remove unused MMX_FFT Makefile variable.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Mar 15 00:00:06 2010 (r30892)
+++ trunk/configure Mon Mar 15 00:37:58 2010 (r30893)
@@ -2680,13 +2680,11 @@ fi
echo "pabsw xmm0, xmm0" > $TMPS
yasm_check || _yasm=""
if test $_yasm ; then
- test "$_mmx" = "yes" && fft_mmx="yes"
def_yasm='#define HAVE_YASM 1'
_have_yasm="yes"
echores "$_yasm"
else
def_yasm='#define HAVE_YASM 0'
- fft_mmx="no"
_have_yasm="no"
echores "no"
fi
@@ -8704,7 +8702,6 @@ CONFIG_AANDCT=yes
CONFIG_DCT=yes
CONFIG_DWT=yes
CONFIG_FFT=yes
-CONFIG_FFT_MMX=$fft_mmx
CONFIG_GOLOMB=yes
CONFIG_LPC=yes
CONFIG_LSP=yes
More information about the MPlayer-cvslog
mailing list