[MPlayer-cvslog] r34050 - trunk/configure

Diego Biurrun diego at biurrun.de
Sun Sep 4 14:46:27 CEST 2011


On Thu, Sep 01, 2011 at 11:49:23PM +0200, reimar wrote:
> 
> Log:
> Autodetect 32- vs. 64-bit PowerPC just like for x86.
> 
> --- trunk/configure	Thu Sep  1 22:17:03 2011	(r34049)
> +++ trunk/configure	Thu Sep  1 23:49:22 2011	(r34050)
> @@ -1465,8 +1465,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) host_arch=i386 ;;
>        ia64) host_arch=ia64 ;;
> -      macppc|ppc|Power*) host_arch=ppc ;;
> -      ppc64) host_arch=ppc64 ;;
> +      macppc|ppc|ppc64|Power*) host_arch=ppc ;;

*ppc*|Power*)

Diego


More information about the MPlayer-cvslog mailing list