Mercurial > mplayer.hg
changeset 24189:dfb10921490b
Remove unused _def_altivec
author | reimar |
---|---|
date | Sun, 26 Aug 2007 12:17:36 +0000 |
parents | 2bf8d87447d7 |
children | 8325604af21e |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Aug 26 12:12:02 2007 +0000 +++ b/configure Sun Aug 26 12:17:36 2007 +0000 @@ -2475,14 +2475,6 @@ #_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