[vlc-devel] [PATCH] missing MODULE_NAME_IS_ for android
Rafaël Carré
funman at videolan.org
Sat Sep 21 17:59:01 CEST 2013
Le 21/09/2013 17:55, Jean-Baptiste Kempf a écrit :
> On 21 Sep, XilasZ wrote :
>> on Android we build statically, so we need properly named vlc_entry_*.
>>
>> here some examples:
>> rar => vlc_entry_module
>> codec flac => vlc_entry_flac
>> demux flac => vlc_entry_flac
>>
>> it can't work well with those.
>> maybe that's not the best way to fix it, but it works.
>
> Sure, but that is obviously not the right fix. MODULE_NAME_IS_ is a
> hack, and it's not the first time this is brought up.
>
>> if you have a better solution, please share it.
>
> Yes, it would be nice to find an actual fix to this.
I agree another fix would be nice to have, although I wish we had had
the chance to think about it before breaking things.
> Because we cannot do that for every module, for iOS, Android or any
> platform where we will provide a static build.
>
More information about the vlc-devel
mailing list