[MPlayer-dev-eng] [PATCH] cygwin mpdvdkit testing

Diego Biurrun diego at biurrun.de
Wed Jul 9 02:53:43 CEST 2003


Joey Parrish writes:
 > 
 > This chunk is because I think that [3] is a typo, and [2] is correct.
 > 
 > --- ../main.cvs/libmpdvdkit2/device.c	2003-02-07 18:22:38.000000000 -0600
 > +++ libmpdvdkit2/device.c	2003-06-08 03:51:27.000000000 -0500
 > @@ -135,7 +135,7 @@
 >  
 >  #if defined( WIN32 )
 >      /* If device is not "X:", we are actually opening a file. */
 > -    dvdcss->b_file = !psz_device[0] || psz_device[1] != ':' || psz_device[3];
 > +    dvdcss->b_file = !psz_device[0] || psz_device[1] != ':' || psz_device[2];

Seems like you were right, this fix was just committed to libdvdcss
CVS, as Arpi already noticed:

http://www.videolan.org/cgi-bin/cvsweb/libdvdcss/src/device.c
http://www.videolan.org/cgi-bin/cvsweb/libdvdcss/src/device.c.diff?r1=1.15&r2=1.16

If nobody objects I will port this in a few days.

Diego



More information about the MPlayer-dev-eng mailing list