[vlc-devel] [vlc-commits] Add lua console handling code for windows.

Rafaël Carré funman at videolan.org
Tue Feb 14 00:10:43 CET 2012


Le 2012-02-13 17:07, Antoine Cellerier a écrit :
> On Mon, Feb 13, 2012, Rafaël Carré wrote:
>> Le 2012-02-13 15:57, Antoine Cellerier a écrit :
>>> Hi, 
>>>
>>> Sorry for the late answer.
>>>
>>> On Thu, Feb 09, 2012, Pierre Ynard wrote:
>>>>> --- a/modules/lua/Modules.am
>>>>> +++ b/modules/lua/Modules.am
>>>>> @@ -37,4 +37,8 @@ SOURCES_lua = \
>>>>>  	libs/xml.c \
>>>>>  	$(NULL)
>>>>>  
>>>>> +if HAVE_WIN32
>>>>> +SOURCES_lua += libs/win.c
>>>>> +endif
>>>>
>>>> This won't add the file on WinCE...
>>>>
>>>>>              luaopen_vlm( L );
>>>>>              luaopen_volume( L );
>>>>>              luaopen_xml( L );
>>>>> +#ifdef WIN32
>>>>> +            luaopen_win( L );
>>>>> +#endif
>>>>
>>>> ... however this would try to call luaopen_win() on WinCE, resulting in
>>>> a build failure.
>>>
>>> The buildbot WinCE build seems to be fine.
>>
>> It uses --disable-lua
> 
> Ah ok, should be fine now.

What do you mean, did you enable lua?



More information about the vlc-devel mailing list