[MPlayer-cvslog] r26630 - trunk/configure
diego
subversion at mplayerhq.hu
Thu May 1 15:46:17 CEST 2008
Author: diego
Date: Thu May 1 15:46:17 2008
New Revision: 26630
Log:
cosmetics: Fix indentation after last commit.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu May 1 15:46:17 2008
@@ -2500,17 +2500,17 @@ EOF
_def_altivec_h='#undef HAVE_ALTIVEC_H'
- echocheck "altivec.h"
- cat > $TMPC << EOF
+ echocheck "altivec.h"
+ cat > $TMPC << EOF
#include <altivec.h>
int main(void) { return 0; }
EOF
- _have_altivec_h=no
- cc_check $_altivec_gcc_flags && _have_altivec_h=yes
- if test "$_have_altivec_h" = yes ; then
- _def_altivec_h='#define HAVE_ALTIVEC_H 1'
- fi
- echores "$_have_altivec_h"
+ _have_altivec_h=no
+ cc_check $_altivec_gcc_flags && _have_altivec_h=yes
+ if test "$_have_altivec_h" = yes ; then
+ _def_altivec_h='#define HAVE_ALTIVEC_H 1'
+ fi
+ echores "$_have_altivec_h"
# disable runtime cpudetection if
# - we cannot generate altivec code
More information about the MPlayer-cvslog
mailing list