[MPlayer-dev-eng] Can't play DVD on hpux

Gansser, Martin MGansser at rand.de
Fri Feb 21 18:28:00 CET 2003



> -----Original Message-----
> From: Diego Biurrun [mailto:diego at biurrun.de]
> Sent: Friday, February 21, 2003 6:14 PM
> To: mplayer-dev-eng at mplayerhq.hu
> Subject: RE: [MPlayer-dev-eng] Can't play DVD on hpux
> 
> 
> Gansser, Martin writes:
>  > 1. Mean this, that MPlayer uses its own libcss libraries ?
> 
> MPlayer comes with both libcss and a patched libdvdcss.  Have a look
> at the libmpdvdkit2 directory.  Also read DOCS/en/cd-dvd.html.  It's
> all explained there.
> 
> Diego

I figured out, that in the hpux portation was an error.
MPlayer accesses now the DVD-Drive, but there is still the problem,
that now window with the playing film is displayed.

can someone commit this patch:

# diff -Naur MPlayer-20030220/configure.orig MPlayer-20030220/configure
--- MPlayer-20030220/configure.orig     2003-02-21 17:56:01.000000000 +0100
+++ MPlayer-20030220/configure  2003-02-21 17:57:13.000000000 +0100
@@ -2097,9 +2097,9 @@
 _hpux_scsi_h=no
 cc_check && _hpux_scsi_h=yes
 if test "$_hpux_scsi_h" = yes ; then
-  _def_hpux_scsi_h='#define HPUX_SCTL 1'
+  _def_hpux_scsi_h='#define HPUX_SCTL_IO 1'
 else
-  _def_hpux_scsi_h='#undef HPUX_SCTL'
+  _def_hpux_scsi_h='#undef HPUX_SCTL_IO'
 fi
 echores "$_hpux_scsi_h"

thanks Martin



More information about the MPlayer-dev-eng mailing list