# HG changeset patch # User lgb # Date 1032700496 0 # Node ID 059746b0ecaecd24050ee7707e92393b9d80529a # Parent 88c15f5493a6e40630f4d1b251c708473377589e Fix nick of sbmpost diff -r 88c15f5493a6 -r 059746b0ecae libmpdemux/dvdauth.c --- a/libmpdemux/dvdauth.c Sun Sep 22 13:11:51 2002 +0000 +++ b/libmpdemux/dvdauth.c Sun Sep 22 13:14:56 2002 +0000 @@ -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" ) + (LGB, reported and suggested by sbmpost ) 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; }