Mercurial > mplayer.hg
changeset 18459:59e41f71a3fa
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.
author | diego |
---|---|
date | Fri, 12 May 2006 17:27:03 +0000 |
parents | 5a08a6ce53de |
children | 6853dc0411c1 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri May 12 17:07:22 2006 +0000 +++ b/configure Fri May 12 17:27:03 2006 +0000 @@ -326,7 +326,7 @@ --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 @@ 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>