Mercurial > mplayer.hg
changeset 9489:acab62e4e026
HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.
author | diego |
---|---|
date | Sun, 23 Feb 2003 20:31:59 +0000 |
parents | abe81caa8cc1 |
children | 48ac3ce565ab |
files | configure libmpdvdkit2/config.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Feb 23 19:18:28 2003 +0000 +++ b/configure Sun Feb 23 20:31:59 2003 +0000 @@ -2112,9 +2112,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"