[Mplayer-cvslog] CVS: main configure,1.564,1.565

Alex Beregszaszi alex at mplayerhq.hu
Sat Sep 14 00:04:13 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv465

Modified Files:
	configure 
Log Message:
hpux scsi dvd support by Martin Gansser <mgansser at ngi.de>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- configure	9 Sep 2002 19:23:06 -0000	1.564
+++ configure	13 Sep 2002 22:04:10 -0000	1.565
@@ -1902,6 +1902,21 @@
 echores "$_bsdi_dvd"
 
 
+echocheck "HPUX SCSI header"
+cat > $TMPC << EOF
+#include <sys/scsi.h>
+int main(void) { return 0; }
+EOF
+_hpux_scsi_h=no
+cc_check && _hpux_scsi_h=yes
+if test "$_hpux_scsi_h" = yes ; then
+  _def_hpux_scsi_h='#define HPUX_SCTL 1'
+else
+  _def_hpux_scsi_h='#undef HPUX_SCTL'
+fi
+echores "$_hpux_scsi_h"
+
+
 echocheck "userspace SCSI headers (Solaris)"
 cat > $TMPC << EOF
 #   include <unistd.h>
@@ -4459,6 +4474,7 @@
 $_def_dvd_linux
 $_dev_dvd_openbsd
 $_def_sol_scsi_h
+$_def_hpux_scsi_h
 $_def_stddef
 
 /* Common data directory (for fonts, etc) */




More information about the MPlayer-cvslog mailing list