From 7d51464c27296a27fdfa1c1ecfe5971d2a002f98 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 14 Mar 2010 23:37:58 +0000 Subject: Remove unused MMX_FFT Makefile variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30893 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7d19b8e6e7..956da0592b 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3