From cd302b26623ac64bf94c8d5311484c3eb85ab7ee Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 23 Feb 2003 20:31:59 +0000 Subject: HPUX DVD fix by Martin Gansser , checked by Arpi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- libmpdvdkit2/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 91e02fcca0..6c03287c26 100755 --- a/configure +++ b/configure @@ -2112,9 +2112,9 @@ 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' + _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" diff --git a/libmpdvdkit2/config.h b/libmpdvdkit2/config.h index 7af55dc420..1520ef34e9 100644 --- a/libmpdvdkit2/config.h +++ b/libmpdvdkit2/config.h @@ -32,7 +32,7 @@ #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H /* HPUX SCSI headers. */ -#undef HPUX_SCTL +#undef HPUX_SCTL_IO /* Have userspace SCSI headers. */ #undef SOLARIS_USCSI -- cgit v1.2.3