[MPlayer-G2-dev] CVS: g2 configure.g1,1.1.1.1,1.2

Gabucino syncmail at mplayerhq.hu
Thu Feb 5 09:07:56 CET 2004


CVS change done by Gabucino

Update of /cvsroot/mplayer/g2
In directory mail:/var2/tmp/cvs-serv18331

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


Index: configure.g1
===================================================================
RCS file: /cvsroot/mplayer/g2/configure.g1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- configure.g1	31 Jan 2004 20:16:18 -0000	1.1.1.1
+++ configure.g1	5 Feb 2004 08:07:53 -0000	1.2
@@ -388,7 +388,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
@@ -932,6 +932,16 @@
     _mcpu=''
     ;;
 
+  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-G2-dev mailing list