lua: don't call directly config_GetLibDir
commitd5ac6c4ce3d9f50b7bf9e9325b8c9f93b376c574
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 May 2017 10:02:49 +0000 (17 12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 May 2017 10:08:47 +0000 (17 12:08 +0200)
treeaa09e7cedebf252f9f77d4a366de8157c5e4bf3d
parent5c2c82edb99c51ea8d882c289007cc4bef874df7
lua: don't call directly config_GetLibDir

It is not necessary, because it is only de-facto enabled on Linux,
where config_GetDataDir will call config_GetLibDir anyway
modules/lua/vlc.c