summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-12 17:27:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-12 17:27:03 +0000
commit7a4c83222225b677b8027fa54026d536dbef8b5a (patch)
tree694d7264b783a167902c3b66798f9e4b3d56184d /configure
parent7e31ce19724b5e097fc1519718acf92946b2e898 (diff)
downloadmpv-7a4c83222225b677b8027fa54026d536dbef8b5a.tar.bz2
mpv-7a4c83222225b677b8027fa54026d536dbef8b5a.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b4d39320fb..6e916cd011 100755
--- a/configure
+++ b/configure
@@ -326,7 +326,7 @@ Video output:
--enable-xinerama build with Xinerama support for X11 [autodetect]
--enable-x11 build with X11 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-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable]
--enable-directfb build with DirectFB support [autodetect]
@@ -3093,6 +3093,7 @@ fi
echores "$_bsdi_dvd"
+# also used by AIX, but AIX does not support VCD and/or libdvdread
echocheck "HP-UX SCSI header"
cat > $TMPC << EOF
#include <sys/scsi.h>