Mercurial > mplayer.hg
changeset 7476:059746b0ecae
Fix nick of sbmpost
author | lgb |
---|---|
date | Sun, 22 Sep 2002 13:14:56 +0000 |
parents | 88c15f5493a6 |
children | f607545e372a |
files | libmpdemux/dvdauth.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" <wortelsapje@hotmail.com>) + (LGB, reported and suggested by sbmpost <wortelsapje@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; }