Hello all,
I have tried to build VLC for iOS with lua.
At First, I had normal build VLC for iOS with "-k 7.1 -s -d".
And, I changed extras/package/ios/build.sh like folloing with "-k 7.1 -s -d -n".
from: --disable-lua
to: --enable-lua
Also, I added liblua.a intoVLCKit/MobileVLCKit/MobileVLCKit.xcconfig.
Of course, I know that lua isn't builded correctly under ARM target.
I'd like to succeed in building it under Simulator environment.
I don't understand to control lua or other module yet.
Could you help me this issue, please ?
Thanks !!
Yuichi Funato