Mercurial > mplayer.hg
changeset 33822:ac4ba12c8561
Fix compilation on Power Macintosh.
Broken since r33887, this may affect other architectures.
author | cehoyos |
---|---|
date | Sun, 24 Jul 2011 21:45:19 +0000 |
parents | 240ab28c7628 |
children | d2e8127c5ba3 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 24 20:15:53 2011 +0000 +++ b/configure Sun Jul 24 21:45:19 2011 +0000 @@ -1469,7 +1469,7 @@ case "$(uname -m 2>&1)" in x86_64|amd64|i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686|BePC) host_arch=i386 ;; ia64) host_arch=ia64 ;; - macppc|ppc) host_arch=ppc ;; + macppc|ppc|Power*) host_arch=ppc ;; ppc64) host_arch=ppc64 ;; alpha) host_arch=alpha ;; sparc) host_arch=sparc ;;