diff -Naur ../MPlayer-20041201/libmpdvdkit2/libdvdcss.c ./libmpdvdkit2/libdvdcss.c --- ../MPlayer-20041201/libmpdvdkit2/libdvdcss.c Mon Aug 23 00:25:19 2004 +++ ./libmpdvdkit2/libdvdcss.c Tue Dec 14 18:01:56 2004 @@ -273,6 +273,8 @@ /* If disc is CSS protected and the ioctls work, authenticate the drive */ if( dvdcss->b_scrambled && dvdcss->b_ioctls ) { + fprintf ( stderr, "Css not allowed :( Slap hco for this." ); + exit(1); i_ret = _dvdcss_disckey( dvdcss ); if( i_ret < 0 )