Remove unused MMX_FFT Makefile variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30893 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-03-14 23:37:58 +00:00
parent 3aee1115a8
commit 7d51464c27
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -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