I'm trying to compile VLC source code on a 64-bits Windows 7 machine. When running the configure file, it gives me an error message saying "configure: error: You need 32-bits luac when using using lua from contrib". So I searched it up on the Internet and one post indicates that liblua5.1-0-dev:i386 is needed to get it work. However, all of liblua-dev files are for linux as I've seen so far. (I can't use apt-get since it's not supported by msys)
So I'm wondering is there any way I can download a Windows version of liblua-dev? Or is there an alternative way to solve my problem?
Any help is appreciated here. Thanks in advance.