[vlc-devel] [PATCH 4/4] lua: add libdir to lua dir list on OS/2

KO Myung-Hun komh78 at gmail.com
Sat Sep 27 12:04:57 CEST 2014


Installed version cannot find lua scripts.
---
 modules/lua/vlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index eac7724..df235d0 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -213,7 +213,7 @@ int vlclua_dir_list( const char *luadirname, char ***pppsz_dir_list )
         i++;
     free( datadir );
 
-#if !(defined(__APPLE__) || defined(_WIN32) || defined(__OS2__))
+#if !(defined(__APPLE__) || defined(_WIN32))
     char *psz_libpath = config_GetLibDir();
     if( likely(psz_libpath != NULL) )
     {
-- 
1.7.3.2




More information about the vlc-devel mailing list