]> git.sesse.net Git - vlc/commit
Also load .luac files.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 6 Feb 2010 14:51:00 +0000 (15:51 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 6 Feb 2010 15:02:07 +0000 (16:02 +0100)
commit4417c123aadb9eb8a4eb03f1cdddd171071f76db
tree2d60c86915ea046557e19e07e040dde13425f316
parente30ad750353d3599fb791db99d80bed069dcf140
Also load .luac files.

Lua source code can be compiled into binary files to speedup loading using the luac command line utility. VLC will first try loading the .luac module and fallback to .lua if it fails.
(And factorize code)
modules/misc/lua/intf.c
modules/misc/lua/services_discovery.c
modules/misc/lua/vlc.c
modules/misc/lua/vlc.h