1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Fix nick of sbmpost

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7477 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lgb 2002-09-22 13:14:56 +00:00
parent c0f90bc77e
commit 143379bd74

View File

@ -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;
}