[vlc-devel] [PATCH] Fixes compilling with lua 5.3
Jean-Baptiste Kempf
jb at videolan.org
Wed Apr 5 12:31:59 CEST 2017
Hello Tomaz,
On Wed, 5 Apr 2017, at 12:19, Tomaz Canabrava wrote:
> 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
I'm quite sure this patch has already been rejected. :D
jb
--
Jean-Baptiste Kempf - President
+33 672 704 734
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170405/050bd3f7/attachment.html>
More information about the vlc-devel
mailing list