<div dir="ltr"><div><div><div>Vlc used luaL_checkinteger (that exists in lua 5.3) and luaL_checkint (that doesn't), this patch changes all ocorrences of luaL_checkint to the one that exists on lua 5.3<br><br></div>created with the following command:<br><br> sed -i 's/luaL_checkint(/luaL_checkinteger(/' **/*.c     <br><br><br></div>Best,<br></div>Tomaz<br></div>