[vlc-devel] [vlc-commits] Link vlc-cache-gen with the C++ standard library to avoid issues when we

Rafaël Carré funman at videolan.org
Thu Mar 1 00:38:45 CET 2012


Le 2012-02-29 18:24, Sam Hocevar a écrit :
> vlc | branch: master | Sam Hocevar <sam at hocevar.net> | Wed Feb 29 20:53:07 2012 +0100| [07d38617832be934896fa7a14fe52f1a65c901ab] | committer: Sam Hocevar
> 
> Link vlc-cache-gen with the C++ standard library to avoid issues when we
> dlclose() a C++ plugin that was built with a faulty library that may have
> registered __cxa_atexit callbacks (usually through the libstdc++ that
> library was built with).
> 
> Upgrading libstdc++ is not always a solution since some code may have been
> inlined and we can't get rid of it.

Isn't that needed for vlc as well?

And all programs using libvlc/libvlccore

I think we already have something to prevent dlclosing faulty libraries.



More information about the vlc-devel mailing list