[vlc-devel] [vlc-commits] Add lua console handling code for windows.
Antoine Cellerier
dionoea at videolan.org
Mon Feb 13 23:07:41 CET 2012
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.
--
Antoine Cellerier
dionoea
More information about the vlc-devel
mailing list