[MPlayer-cvslog] r26629 - trunk/configure
diego
subversion at mplayerhq.hu
Thu May 1 15:45:00 CEST 2008
Author: diego
Date: Thu May 1 15:45:00 2008
New Revision: 26629
Log:
Check for altivec.h always, not just when AltiVec is enabled.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu May 1 15:45:00 2008
@@ -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
More information about the MPlayer-cvslog
mailing list