[MPlayer-dev-eng] [PATCH] mpdvdkit2 not used on hpux (configure error)

Joey Parrish joey at nicewarrior.org
Tue Feb 25 17:22:53 CET 2003


Hello,

On HPUX systems mpdvdkit2 will be detected, but due to a small error in
configure, dvdread (if found) will override mpdvdkit2.  Attached below
is a small fix for this issue.  It has been tested and verified by
Martin Gansser.

Thanks,
--Joey
-------------- next part --------------
--- configure.orig	Mon Feb 24 10:52:23 2003
+++ configure	Mon Feb 24 10:52:46 2003
@@ -3433,7 +3433,7 @@
  fi
 fi
 if test "$_dvdkit" = yes ; then
-  if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || darwin || cygwin ; then
+  if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || cygwin ; then
    if test -f "./libmpdvdkit2/Makefile" ; then
     _inputmodules="mpdvdkit2 $_inputmodules"
     _dvdread=libmpdvdkit2


More information about the MPlayer-dev-eng mailing list