[MPlayer-dev-eng] [PATCH] Recognize some more OpenBSD architecure ports

Brad Smith brad at comstyle.com
Tue Dec 10 01:30:34 CET 2013


A diff to have MPlayer's configure script recognize a few more architecture
ports that OpenBSD has.

- Change the ppc detection bit to recognize macppc in addition to socppc
- Recognize some mips64el/mips64 ports loonson, octeon and sgi


Index: configure
===================================================================
--- configure	(revision 36541)
+++ configure	(working copy)
@@ -1691,7 +1691,7 @@
   case "$1" in
       x86_64|amd64|i[3-9]86*|i86pc|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 ;;
+      *ppc*|Power*) host_arch=ppc ;;
       alpha) host_arch=alpha ;;
       sun4*|sparc*) host_arch=sparc ;;
       parisc*|hppa*|9000*) host_arch=hppa ;;
@@ -1699,7 +1699,7 @@
       sh3|sh4|sh4a) host_arch=sh ;;
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;
-      *mips*) host_arch=mips ;;
+      *mips*|loonson|octeon|sgi) host_arch=mips ;;
       nios2) host_arch=nios2 ;;
       vax) host_arch=vax ;;
       xtensa*) host_arch=xtensa ;;

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the MPlayer-dev-eng mailing list