Mercurial > mplayer.hg
comparison configure @ 26170:594539924c2e
Move HP-UX SCSI header check from the internal libdvdread check to the
internal libdvdcss check, where it is really used.
author | diego |
---|---|
date | Sat, 08 Mar 2008 16:44:51 +0000 |
parents | 5c53b397a536 |
children | 0ea73bcbe34c |
comparison
equal
deleted
inserted
replaced
26169:0c73352d4085 | 26170:594539924c2e |
---|---|
5389 echocheck "dvdread" | 5389 echocheck "dvdread" |
5390 if test "$_dvdread_internal" = auto ; then | 5390 if test "$_dvdread_internal" = auto ; then |
5391 _dvdread_internal=no | 5391 _dvdread_internal=no |
5392 if (linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux) && \ | 5392 if (linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux) && \ |
5393 (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ | 5393 (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ |
5394 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || \ | 5394 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then |
5395 test "$_hpux_scsi_h" = yes); then | |
5396 _dvdread_internal=yes | 5395 _dvdread_internal=yes |
5397 _dvdread=yes | 5396 _dvdread=yes |
5398 fi | 5397 fi |
5399 elif test "$_dvdread" = auto ; then | 5398 elif test "$_dvdread" = auto ; then |
5400 _dvdread=no | 5399 _dvdread=no |
5434 | 5433 |
5435 echocheck "internal libdvdcss" | 5434 echocheck "internal libdvdcss" |
5436 if test "$_libdvdcss_internal" = auto ; then | 5435 if test "$_libdvdcss_internal" = auto ; then |
5437 _libdvdcss_internal=no | 5436 _libdvdcss_internal=no |
5438 test "$_dvdread_internal" = yes && _libdvdcss_internal=yes | 5437 test "$_dvdread_internal" = yes && _libdvdcss_internal=yes |
5438 hpux && test "$_hpux_scsi_h" = no && _libdvdcss_internal=no | |
5439 fi | 5439 fi |
5440 if test "$_libdvdcss_internal" = yes ; then | 5440 if test "$_libdvdcss_internal" = yes ; then |
5441 if linux || netbsd || openbsd || bsdos ; then | 5441 if linux || netbsd || openbsd || bsdos ; then |
5442 _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' | 5442 _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1' |
5443 openbsd && _dev_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' | 5443 openbsd && _dev_dvd_openbsd='#define HAVE_OPENBSD_DVD_STRUCT 1' |