Mercurial > mplayer.hg
changeset 30851:a6003c74bc85
Remove unused MMX_FFT Makefile variable.
author | diego |
---|---|
date | Sun, 14 Mar 2010 23:37:58 +0000 |
parents | 8335233ded65 |
children | c57c53fcda6b |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 14 23:00:06 2010 +0000 +++ b/configure Sun Mar 14 23:37:58 2010 +0000 @@ -2680,13 +2680,11 @@ 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_DCT=yes CONFIG_DWT=yes CONFIG_FFT=yes -CONFIG_FFT_MMX=$fft_mmx CONFIG_GOLOMB=yes CONFIG_LPC=yes CONFIG_LSP=yes