[MPlayer-cvslog] r33910 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sun Jul 24 23:45:19 CEST 2011
Author: cehoyos
Date: Sun Jul 24 23:45:19 2011
New Revision: 33910
Log:
Fix compilation on Power Macintosh.
Broken since r33887, this may affect other architectures.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jul 24 22:15:53 2011 (r33909)
+++ trunk/configure Sun Jul 24 23:45:19 2011 (r33910)
@@ -1469,7 +1469,7 @@ if test -z "$_target" ; then
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 ;;
More information about the MPlayer-cvslog
mailing list