]> git.sesse.net Git - vlc/commit
Only default to rc.lua if module loading wasn't forced. This still isn't perfect...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 30 Dec 2009 14:26:45 +0000 (15:26 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 30 Dec 2009 14:26:45 +0000 (15:26 +0100)
commitc9d2fec1cf62e423a428b33a15a424387da37edb
tree8f244ec29224f77a23434662c29209a2f3186805
parentaac948900ac88211f6a967bba1945dc0cd55b6b6
Only default to rc.lua if module loading wasn't forced. This still isn't perfect. (And there seems to be an issue in module_need(), wasn't -I intf1,intf2 supposed to first try loading intf1 and fallback to intf2 if intf1 couldn't load? For example -I rc,qt4 should load rc and not qt4, which is the case in 0.8.6 but doesn't seem to be the case in 1.0.0 ... looks like this is due to bb0d752792bc6ded51e383240cadf399b9ca71fa removing i_shortcut_bonus)
modules/misc/lua/intf.c