[vlc-devel] [PATCH 1/3] omxil: Avoid duplicate symbols when linking the omxil module statically into the same module as the avcodec module
Martin Storsjö
martin at martin.st
Thu Sep 29 11:21:03 CEST 2011
On Thu, 29 Sep 2011, Rémi Denis-Courmont wrote:
> On Thu, 29 Sep 2011 12:05:10 +0300, Martin Storsjö <martin at martin.st>
> wrote:
>> For proper production use, the iomx module needs to be dynamically
>> loaded, to avoid breaking loading of the full libvlcjni.so if the
>> IOMX module fails to load (which may happen at any time since it
>> uses unsupported ABI), so in that case, this patch isn't necessary
>> any longer.
>
> Why are you pushing this patch if you say it is not needed?
I'm not necessarily pushing it for inclusion, I'm posting it for people to
know that these are only three remaining changes wrt to the master git
branch, in order to use/test this module at the moment.
// Martin
More information about the vlc-devel
mailing list