[Mplayer-cvslog] CVS: main configure,1.822,1.823

Gabucino gabucino at mplayerhq.hu
Thu Dec 25 13:05:31 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/tmp/cvs-serv6774

Modified Files:
	configure 
Log Message:
VAX architecture support (tested on VAXstation 4000/VLC)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.822
retrieving revision 1.823
diff -u -r1.822 -r1.823
--- configure	23 Dec 2003 22:47:11 -0000	1.822
+++ configure	25 Dec 2003 12:05:28 -0000	1.823
@@ -416,7 +416,7 @@
   # host's CPU/instruction set
    host_arch=`( uname -p ) 2>&1`
    case "$host_arch" in
-   i386|sparc|ppc|alpha|arm|mips)
+   i386|sparc|ppc|alpha|arm|mips|vax)
      ;;
    powerpc) # Darwin returns 'powerpc'
      host_arch=ppc
@@ -1003,6 +1003,16 @@
     _optimizing=''
     ;;
 
+  vax)
+    _def_arch='#define ARCH_VAX 1'
+    _target_arch='TARGET_ARCH_VAX = yes'
+    iproc='vax'
+    proc=''
+    _march=''
+    _mcpu=''
+    _optimizing=''
+    ;;
+
   *)
     echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
     echo "It seems nobody has ported MPlayer to your OS or CPU type yet."




More information about the MPlayer-cvslog mailing list