[vlc-devel] [PATCH] fix symbol name conflict between zip and archive
Thomas Guillem
thomas at gllm.fr
Tue May 26 12:17:55 CEST 2015
On Fri, May 22, 2015, at 18:37, Rémi Denis-Courmont wrote:
> No, there is no such conflict. These are in different plugins.
OK, I understand that each modules shouldn't bother about external
symbols of others modules.
>
> You cannot link everything together without an intermediate re-linking
> step,
I'll try to find a solution like that, by renaming symbols. It'll be in
android build system first. I don't know if it worse the case to put in
vlc Makefile (If I find something clean).
> but most obviously because there is no support for this in the VLC git
> tree.
>
> There are also a number of other conflicts, not just this one. Worse,
> linking
> everything directly most probably would violate the C++ One Definition
> Rule.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list