[vlc-devel] [vlc-commits] Add lua console handling code for windows.
Rafaël Carré
funman at videolan.org
Mon Feb 13 21:59:45 CET 2012
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
More information about the vlc-devel
mailing list