Remove unused _def_altivec

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-08-26 12:17:36 +00:00
parent ac6d51f005
commit 28a1211bac
1 changed files with 0 additions and 8 deletions

8
configure vendored
View File

@ -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