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:
parent
4cb68506db
commit
cd302b2662
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user