Mercurial > mplayer.hg
changeset 25979:ebb3be14974e
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
author | diego |
---|---|
date | Sat, 16 Feb 2008 15:34:19 +0000 |
parents | a8ff60976ccb |
children | 11181df06389 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Feb 16 15:17:59 2008 +0000 +++ b/configure Sat Feb 16 15:34:19 2008 +0000 @@ -2444,7 +2444,7 @@ } EOF FSF_flags='-maltivec -mabi=altivec' - Darwin_flags='-faltivec -D__APPLE_ALTIVEC__' + Darwin_flags='-faltivec' # check for Darwin-style flags first, since # gcc-3.3 (August Update from Apple) on MacOS 10.2.8