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

Antoine Cellerier git at videolan.org
Wed Feb 8 00:26:20 CET 2012


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | 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


More information about the vlc-commits mailing list