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

Tomaz Canabrava tcanabrava at kde.org
Wed Apr 5 12:34:05 CEST 2017


On Wed, Apr 5, 2017 at 12:31 PM, Jean-Baptiste Kempf <jb at videolan.org>
wrote:

> 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
>

Probably not the same, since I just created (without looking on the history
first),
the reason I did it was, well, I don't have lua 5.2, only 5.3 and I needed
it to compile vlc :)
probably over my head here, but why not support the 5.3 flavor of the moon?


>
> jb
>
> --
> Jean-Baptiste Kempf -  President
> +33 672 704 734
>
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170405/71d4db40/attachment.html>


More information about the vlc-devel mailing list