mirror of https://github.com/mpv-player/mpv
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18460 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7e31ce1972
commit
7a4c832222
|
@ -326,7 +326,7 @@ Video output:
|
||||||
--enable-xinerama build with Xinerama support for X11 [autodetect]
|
--enable-xinerama build with Xinerama support for X11 [autodetect]
|
||||||
--enable-x11 build with X11 render support [autodetect]
|
--enable-x11 build with X11 render support [autodetect]
|
||||||
--enable-fbdev build with FBDev render support [autodetect]
|
--enable-fbdev build with FBDev render support [autodetect]
|
||||||
--enable-mlib build with mediaLib support (Solaris only) [autodetect]
|
--enable-mlib build with mediaLib support (Solaris only) [disable]
|
||||||
--enable-3dfx build with obsolete /dev/3dfx support [disable]
|
--enable-3dfx build with obsolete /dev/3dfx support [disable]
|
||||||
--enable-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable]
|
--enable-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable]
|
||||||
--enable-directfb build with DirectFB support [autodetect]
|
--enable-directfb build with DirectFB support [autodetect]
|
||||||
|
@ -3093,6 +3093,7 @@ fi
|
||||||
echores "$_bsdi_dvd"
|
echores "$_bsdi_dvd"
|
||||||
|
|
||||||
|
|
||||||
|
# also used by AIX, but AIX does not support VCD and/or libdvdread
|
||||||
echocheck "HP-UX SCSI header"
|
echocheck "HP-UX SCSI header"
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <sys/scsi.h>
|
#include <sys/scsi.h>
|
||||||
|
|
Loading…
Reference in New Issue