[MPlayer-cygwin] bug hunting

Sascha Sommer saschasommer at freenet.de
Tue Feb 4 19:36:15 CET 2003


> Samuel Liddicott writes:
>  > Diego, can you please add to that list of cygwin bugs the playing
>  > of encrypted DVD's which is reported only to work with S.Somer's
>  > patch which I can't track down; certainly CVS and rc3 cannot play
>  > encrypted DVD's.
> 
> Ask Sascha in private about it, I'm sure he'll send it to you.
> 
I don't even have a dvd drive :(
Only thing I said is that it might work if you replace
int cdir = open( ".", O_RDONLY );
with 
int cdir = open(".",O_RDONLY| O_BINARY);
in line 924 in limpdvdkit2/dvd_reader.c
This isn't necessary if you have cygwin configured to read
unix end of lines.
S. Sommer


More information about the MPlayer-cygwin mailing list