mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 22:40:52 +00:00
Check for altivec.h always, not just when AltiVec is enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a379dc48bc
commit
be32c9127d
2
configure
vendored
2
configure
vendored
@ -2500,7 +2500,6 @@ EOF
|
||||
|
||||
_def_altivec_h='#undef HAVE_ALTIVEC_H'
|
||||
|
||||
if test "$_altivec" = yes ; then
|
||||
echocheck "altivec.h"
|
||||
cat > $TMPC << EOF
|
||||
#include <altivec.h>
|
||||
@ -2512,7 +2511,6 @@ EOF
|
||||
_def_altivec_h='#define HAVE_ALTIVEC_H 1'
|
||||
fi
|
||||
echores "$_have_altivec_h"
|
||||
fi
|
||||
|
||||
# disable runtime cpudetection if
|
||||
# - we cannot generate altivec code
|
||||
|
Loading…
Reference in New Issue
Block a user