summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 12:17:36 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 12:17:36 +0000
commit28a1211bac9fa09def492d8f4916be8fe7709013 (patch)
treec98868eb3524d36513dac7005ef188f9c7866934 /configure
parentac6d51f0050324e28075d272dddd61aba17b8ffd (diff)
downloadmpv-28a1211bac9fa09def492d8f4916be8fe7709013.tar.bz2
mpv-28a1211bac9fa09def492d8f4916be8fe7709013.tar.xz
Remove unused _def_altivec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24209 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index f0e993bcac..8ed9aeee01 100755
--- a/configure
+++ b/configure
@@ -2475,14 +2475,6 @@ EOF
#_mcpu="$_mcpu $_altivec_gcc_flags"
CFLAGS="$CFLAGS $_altivec_gcc_flags"
fi
-
- # setup _def_altivec correctly
-
- if test "$_altivec" = yes ; then
- _def_altivec='#define HAVE_ALTIVEC 1'
- else
- _def_altivec='#undef HAVE_ALTIVEC'
- fi
fi
if arm ; then