summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 13:45:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-01 13:45:00 +0000
commitbe32c9127de2fb0cbbe67888fc7e2d6008cd00ba (patch)
treefcbd989482a1e67a98d1d17a0414b7f86d0f829a /configure
parenta379dc48bce10aa3579761a7c8248fc7ac9672e7 (diff)
downloadmpv-be32c9127de2fb0cbbe67888fc7e2d6008cd00ba.tar.bz2
mpv-be32c9127de2fb0cbbe67888fc7e2d6008cd00ba.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index d0dbc375e8..ba52ffe1a9 100755
--- a/configure
+++ b/configure
@@ -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