Mercurial > mplayer.hg
changeset 27384:94b7b2595df1
Detect ppc64 and powerpc64 architectures as PowerPC variants.
author | ben |
---|---|
date | Mon, 04 Aug 2008 22:38:57 +0000 |
parents | cc16875b72dd |
children | 2113bd9c6bd9 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Aug 04 13:35:42 2008 +0000 +++ b/configure Mon Aug 04 22:38:57 2008 +0000 @@ -140,7 +140,7 @@ ppc() { case "$host_arch" in - ppc|powerpc) return 0;; + ppc|ppc64|powerpc|powerpc64) return 0;; *) return 1;; esac } @@ -2022,7 +2022,7 @@ _optimizing='' ;; - ppc|powerpc) + ppc|ppc64|powerpc|powerpc64) _arch='POWERPC PPC' _def_dcbzl='#undef HAVE_DCBZL' _target_arch='ARCH_POWERPC = yes'