summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 13:14:56 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 13:14:56 +0000
commit143379bd743770b654a7d6365a1f8ad4dead99e9 (patch)
treed3f5e02e5311c5d26c919f0ceb976c6e2ad651b7 /libmpdemux
parentc0f90bc77e969f1d0437a93a3a616581be1fd366 (diff)
downloadmpv-143379bd743770b654a7d6365a1f8ad4dead99e9.tar.bz2
mpv-143379bd743770b654a7d6365a1f8ad4dead99e9.tar.xz
Fix nick of sbmpost
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7477 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/dvdauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmpdemux/dvdauth.c b/libmpdemux/dvdauth.c
index e88123d5e7..77e907f75b 100644
--- a/libmpdemux/dvdauth.c
+++ b/libmpdemux/dvdauth.c
@@ -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 @@ if (!(v=dlsym(dlid,s))) {\
#undef CSS_DLSYM
css_so_is_loaded=1;
+ printf("DVD: shared object %s is loaded normally.\n",css_so);
return 0;
}