mirror of https://github.com/mpv-player/mpv
100l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9557 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
56d2905fe7
commit
1ae88453c7
|
@ -48,7 +48,7 @@ void loadSyms() {
|
|||
if (!b_dlOpened) {
|
||||
char *error;
|
||||
|
||||
fputs("opening dll...\n");
|
||||
fputs("opening dll...\n", stderr);
|
||||
handle = dlopen ("/usr/local/RealPlayer8/Codecs/realrv30.so.6.0", RTLD_LAZY);
|
||||
if (!handle) {
|
||||
fputs (dlerror(), stderr);
|
||||
|
|
Loading…
Reference in New Issue