diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-14 23:37:58 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-14 23:37:58 +0000 |
commit | 7d51464c27296a27fdfa1c1ecfe5971d2a002f98 (patch) | |
tree | b21b6925d1989cade397efcf6f7ae3e39e323a8d /configure | |
parent | 3aee1115a8d089be203eba0cb7bf60993fa16f4a (diff) | |
download | mpv-7d51464c27296a27fdfa1c1ecfe5971d2a002f98.tar.bz2 mpv-7d51464c27296a27fdfa1c1ecfe5971d2a002f98.tar.xz |
Remove unused MMX_FFT Makefile variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |