[MPlayer-cvslog] r23844 - trunk/configure

diego subversion at mplayerhq.hu
Sun Jul 22 23:15:17 CEST 2007


Author: diego
Date: Sun Jul 22 23:15:17 2007
New Revision: 23844

Log:
Make the assembler accept VIS instrucitions on ultraSPARC.
patch by Balatoni Denes, dbalatoni interware hu


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jul 22 23:15:17 2007
@@ -1931,7 +1931,7 @@ EOF
 	    sun4c) proc=v7 ;; 
 	    sun4d) proc=v8 ;;
 	    sun4m) proc=v8 ;;
-	    sun4u) proc=v9 _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
+	    sun4u) proc=ultrasparc _vis='yes' _def_vis='#define HAVE_VIS = yes' ;;
 	    sun4v) proc=v9 ;;
 	    *) proc=v8 ;;
 	esac



More information about the MPlayer-cvslog mailing list