[MPlayer-G2-dev] CVS: g2/confiG2ure target, 1.2, 1.3 target.h, 1.1.1.1, 1.2

Gabucino syncmail at mplayerhq.hu
Thu Feb 5 08:58:04 CET 2004


CVS change done by Gabucino

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

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



Index: target
===================================================================
RCS file: /cvsroot/mplayer/g2/confiG2ure/target,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- target	31 Jan 2004 21:57:57 -0000	1.2
+++ target	5 Feb 2004 07:58:02 -0000	1.3
@@ -31,7 +31,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
@@ -501,6 +501,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."

Index: target.h
===================================================================
RCS file: /cvsroot/mplayer/g2/confiG2ure/target.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- target.h	31 Jan 2004 20:16:18 -0000	1.1.1.1
+++ target.h	5 Feb 2004 07:58:02 -0000	1.2
@@ -7,9 +7,9 @@
 /* Extension defines */
 #undef HAVE_3DNOW	// only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
 #undef HAVE_3DNOWEX	// only define if you have 3DNOWEX (AMD Athlon, etc.)
-#define HAVE_MMX 1	// only define if you have MMX (newer x86 chips, not P54C/PPro)
-#define HAVE_MMX2 1	// only define if you have MMX2 (Athlon/PIII/4/CelII)
-#define HAVE_SSE 1	// only define if you have SSE (Intel Pentium III/4 or Celeron II)
-#define HAVE_SSE2 1	// only define if you have SSE2 (Intel Pentium 4)
+#undef HAVE_MMX	// only define if you have MMX (newer x86 chips, not P54C/PPro)
+#undef HAVE_MMX2	// only define if you have MMX2 (Athlon/PIII/4/CelII)
+#undef HAVE_SSE	// only define if you have SSE (Intel Pentium III/4 or Celeron II)
+#undef HAVE_SSE2	// only define if you have SSE2 (Intel Pentium 4)
 #undef HAVE_ALTIVEC	// only define if you have Altivec (G4)
 




More information about the MPlayer-G2-dev mailing list