vlc | branch: master | Antoine Cellerier <[email protected]> | Tue Feb 7 15:20:37 2012 +0100| [642959ea07aa1eaa2ec5d3e955222238045e06be] | committer: Antoine Cellerier
Add lua console handling code for windows. This fixes the lua command line interface under windows. Adding all those special cases in the host abstraction layer doesn't seem optimal but at least it works. I'll probably try cleaning it up later. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=642959ea07aa1eaa2ec5d3e955222238045e06be --- modules/lua/Modules.am | 4 + modules/lua/extension.c | 3 + modules/lua/intf.c | 3 + modules/lua/libs.h | 3 + modules/lua/libs/net.c | 3 +- modules/lua/libs/win.c | 161 +++++++++++++++++++++++++++++++++++++++ share/lua/README.txt | 11 +++- share/lua/intf/modules/host.lua | 69 ++++++++++++++--- 8 files changed, 243 insertions(+), 14 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=642959ea07aa1eaa2ec5d3e955222238045e06be _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
