I use instructions https://wiki.videolan.org/Win32Compile/ for crosscompile vlc for windows by ubuntu 15.10. But when i run ../configure from win32 dir i got errors about lua.
checking for LUA... no
configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
checking for LUA... no
configure: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
checking for LUA... no
configure: WARNING: No package 'lua' found, trying manual detection instead
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lauxlib.h usability... no
checking lauxlib.h presence... no
checking for lauxlib.h... no
checking lualib.h usability... no
checking lualib.h presence... no
checking for lualib.h... no
checking for luaL_newstate in -llua5.2 ... yes
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.
I have installed all lua pakages
lua5.3
lua5.2
lua5.1
lua50
liblua5.3-dev
liblua5.2-dev
liblua5.1-0-dev
liblua50-dev