[MPlayer-cvslog] CVS: main configure,1.1051,1.1052

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon Sep 5 01:02:33 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	configure 
Log Message:
enable vidix on AMD64, at least for nVidia it seems to work.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -u -r1.1051 -r1.1052
--- configure	4 Sep 2005 22:42:01 -0000	1.1051
+++ configure	4 Sep 2005 23:02:30 -0000	1.1052
@@ -86,6 +86,13 @@
   esac
 }
 
+x86_64() {
+  case "$host_arch" in
+    x86_64|amd64) return 0 ;;
+    *) return 1 ;;
+  esac
+}
+
 ppc() {
   case "$host_arch" in
     ppc) return 0;;
@@ -2142,6 +2149,7 @@
   _vidix=no
   # should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
   x86 && _vidix=yes
+  x86_64 && _vidix=yes
   ppc && linux && _vidix=yes
   alpha && linux && _vidix=yes
   qnx && _vidix=no




More information about the MPlayer-cvslog mailing list