From 98e994c5fbd9b7fa9dda7787ad1676cc4824093d Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 21 Jul 2005 17:58:46 +0000 Subject: [PATCH] Power5 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16040 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1ceacf81cc..397cb76c0a 100755 --- a/configure +++ b/configure @@ -494,7 +494,7 @@ if test -z "$_target" ; then host_arch=i386 fi ;; - macppc|ppc) host_arch=ppc ;; + macppc|ppc|ppc64) host_arch=ppc ;; alpha) host_arch=alpha ;; sparc) host_arch=sparc ;; sparc64) host_arch=sparc64 ;;