[Android] [PATCH 07/10] Enable and package lua

Edward Wang edward.c.wang at compdigitec.com
Thu Aug 30 18:59:32 CEST 2012


On 12-08-29 10:59 AM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> On Tue, Aug 28, 2012 at 10:21:55PM -0400, Edward Wang wrote :
>> +	zip -9 $(SRC)/assets/luascripts \
>> +		vlc/share/lua/extensions/* \
>> +		vlc/share/lua/playlist/* \
>> +		vlc/share/lua/meta/art/* \
>> +		vlc/share/lua/meta/fetcher/* \
>> +		vlc/share/lua/meta/reader/* \
>> +		vlc/share/lua/sd/*
> I don't see why we need all that.
>
> And I don't see why we need to zip those and not use luac files
> directly...
>
> Best regards,
>
Well, as far as I tried luac doesn't seem to be cross-compiled, so it 
doesn't run because it's for a different architecture. And even if they 
are built they would still need to be somehow transferred to the device 
and scripts path set for VLC to be able to use them.

Regards,
         Edward Wang


More information about the Android mailing list