[MPlayer-dev-eng] [PATCH] enable DVD-ROM access on HPUX 11.00

Gansser, Martin MGansser at rand.de
Fri Feb 21 19:09:03 CET 2003


I figured out, that in the hpux portation was an error.
MPlayer accesses now the DVD-Drive.

can someone commit this patch:

# diff -Naur MPlayer-20030220/configure.orig MPlayer-20030220/configure
--- MPlayer-20030220/configure.orig     2003-02-21 17:56:01.000000000 +0100
+++ MPlayer-20030220/configure  2003-02-21 17:57:13.000000000 +0100
@@ -2097,9 +2097,9 @@
 _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'
+  _def_hpux_scsi_h='#define HPUX_SCTL_IO 1'
 else
-  _def_hpux_scsi_h='#undef HPUX_SCTL'
+  _def_hpux_scsi_h='#undef HPUX_SCTL_IO'
 fi
 echores "$_hpux_scsi_h"

thanks Martin



More information about the MPlayer-dev-eng mailing list