1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 11:12:56 +00:00

HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-02-23 20:31:59 +00:00
parent 4cb68506db
commit cd302b2662
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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"

View File

@ -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