[vlc-devel] commit: CPU: get rid of signal(SIGILL) - not thread-safe (in LibVLC) ( Rémi Denis-Courmont )

Geoffroy Couprie geal at videolan.org
Sat Aug 22 15:57:36 CEST 2009


Hello,

xxcv a écrit :
> Further more I see two more warnings during loading plugin dlls
> [0x3e10b8] main libvlc warning: cannot find symbol "vlc_entry__1_1_0a"
> in file `c:\Program Files
> (x86)\VideoLAN\VLC\plugins\libmemcpy3dn_plugin.dll' (The specified
> procedure could not be found. (error 127))
> [0x3e10b8] main libvlc warning: cannot load module `c:\Program Files
> (x86)\VideoLAN\VLC\plugins\librtp_plugin.dll' (The specified procedure
> could not be found. (error 127))
>
> The one about memcpy3dn is ok because it wasn't built, but the
> librtp_plugin.dll was miscompiled somehow if not then could be a bug
> inside source code?!
>
This error means that libvlc and the plugin you're trying to load have a
different version. Rebuild the whole vlc and the error will disappear
(also, there can be other plugin dlls still hidden in a the .libs
directory of a module not built anymore. Delete them or do a make clean).



More information about the vlc-devel mailing list