Mercurial > mplayer.hg
comparison configure @ 24733:8eb925e5e3b7
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
patch by Emanuele Giaquinta, emanuele.giaquinta gmail com
author | diego |
---|---|
date | Wed, 10 Oct 2007 08:45:54 +0000 |
parents | 1778b750c438 |
children | d81eef9beb1b |
comparison
equal
deleted
inserted
replaced
24732:f4a6479979a2 | 24733:8eb925e5e3b7 |
---|---|
2014 _optimizing='' | 2014 _optimizing='' |
2015 ;; | 2015 ;; |
2016 | 2016 |
2017 ppc|powerpc) | 2017 ppc|powerpc) |
2018 _arch='POWERPC PPC' | 2018 _arch='POWERPC PPC' |
2019 _def_dcbzl='#define NO_DCBZL 1' | 2019 _def_dcbzl='#undef HAVE_DCBZL' |
2020 _target_arch='ARCH_POWERPC = yes' | 2020 _target_arch='ARCH_POWERPC = yes' |
2021 iproc='ppc' | 2021 iproc='ppc' |
2022 proc='' | 2022 proc='' |
2023 _march='' | 2023 _march='' |
2024 _mcpu='' | 2024 _mcpu='' |
2087 fi | 2087 fi |
2088 # gcc 3.2 and up supports 970 | 2088 # gcc 3.2 and up supports 970 |
2089 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then | 2089 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then |
2090 case "$proc" in | 2090 case "$proc" in |
2091 970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970' | 2091 970*|PPC970*) _march='-mcpu=970' _mcpu='-mtune=970' |
2092 _def_dcbzl='#undef NO_DCBZL' ;; | 2092 _def_dcbzl='#define HAVE_DCBZL 1' ;; |
2093 *) ;; | 2093 *) ;; |
2094 esac | 2094 esac |
2095 fi | 2095 fi |
2096 # gcc 3.3 and up supports POWER4 | 2096 # gcc 3.3 and up supports POWER4 |
2097 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then | 2097 if test "$_cc_major" -ge "3" && test "$_cc_minor" -ge "3" || test "$_cc_major" -ge "4"; then |