[vlc-devel] [PATCH 4/4] lua: add libdir to lua dir list on OS/2
KO Myung-Hun
komh78 at gmail.com
Tue Sep 30 07:37:23 CEST 2014
Backport to 2.1 and 2.2 respectively, please...
KO Myung-Hun wrote:
> 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) )
> {
--
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vlc21-0001-lua-add-libdir-to-lua-dir-list-on-OS-2.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140930/bf7e783e/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vlc22-0001-lua-add-libdir-to-lua-dir-list-on-OS-2.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20140930/bf7e783e/attachment-0001.ksh>
More information about the vlc-devel
mailing list