git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9557 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-03-09 20:03:17 +00:00
parent 56d2905fe7
commit 1ae88453c7
1 changed files with 1 additions and 1 deletions

View File

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