[Mplayer-cvslog] CVS: main/libmpdemux dvdauth.c,1.17,1.18

LGB Z lgb at mplayerhq.hu
Sun Sep 22 15:14:59 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv13404/libmpdemux

Modified Files:
	dvdauth.c 
Log Message:
Fix nick of sbmpost

Index: dvdauth.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/dvdauth.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- dvdauth.c	21 Sep 2002 16:04:14 -0000	1.17
+++ dvdauth.c	22 Sep 2002 13:14:56 -0000	1.18
@@ -11,7 +11,7 @@
                 libdvdread [now with only libcss with old API (LGB)
    2002/Sep/21  Fix a bug which caused segmentation fault when using
 		-dvdkey option, since css.so was only loaded by -dvdauth.
-		(LGB, reported and suggested by "me andi" <wortelsapje at hotmail.com>)
+		(LGB, reported and suggested by sbmpost <wortelsapje at hotmail.com>)
 		Also some cosmetic fix with return value of dvd_css_descramble().
    2002/Sep/21  Try to load css syms with AND without underscore at their
 		names, probably not only OpenBSD requires this so it's a
@@ -243,6 +243,7 @@
 #undef CSS_DLSYM
 
 	css_so_is_loaded=1;
+	printf("DVD: shared object %s is loaded normally.\n",css_so);
 	return 0;
 }
 




More information about the MPlayer-cvslog mailing list