[vlc-devel] [PATCH] Fixes compilling with lua 5.3

Tomaz Canabrava tcanabrava at kde.org
Wed Apr 5 12:19:02 CEST 2017


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

created with the following command:

 sed -i 's/luaL_checkint(/luaL_checkinteger(/' **/*.c


Best,
Tomaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170405/907d0a34/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-depreceated-lua-call-luaL_checkint.patch
Type: text/x-patch
Size: 9675 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170405/907d0a34/attachment.bin>


More information about the vlc-devel mailing list