1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 04:01:31 +00:00

Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27948 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-11-17 15:25:33 +00:00
parent 26a4b02417
commit c184fe7b07

4
configure vendored
View File

@ -2427,11 +2427,13 @@ 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='#undef HAVE_YASM'
fft_mmx="no"
_have_yasm="no"
echores "no"
fi
@ -8037,7 +8039,7 @@ LIBNAME=\$(LIBPREF)\$(NAME)\$(LIBSUF)
# Some FFmpeg codecs depend on these. Enable them unconditionally for now.
CONFIG_FFT=yes
CONFIG_FFT_MMX=$_mmx
CONFIG_FFT_MMX=$fft_mmx
CONFIG_GOLOMB=yes
CONFIG_MDCT=yes