On 01.06.2010 08:07, Reimar D?ffinger wrote: > I think there's a typo, could you try > Index: libdvdcss/libdvdcss.c > =================================================================== > --- libdvdcss/libdvdcss.c (revision 31294) > +++ libdvdcss/libdvdcss.c (working copy) > @@ -367,7 +367,7 @@ > if( dvdcss->b_ioctls ) > { > i_ret = _dvdcss_test( dvdcss ); > - if( i_ret == -2 ) > + if( i_ret == -3 ) > { > /* Scrambled disk, RPC-II drive, no region set: bail out */ > free( dvdcss->psz_device ); > I didn't need DVD playback for quite a long time, so I missed the breakage, but r31297 with the this patch plays DVDs from my collection with dvd:// or dvdnav:// successfully. -- Regards Ilja