]> git.sesse.net Git - vlc/commitdiff
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)
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)


No differences found