qt: playlist: use item title if available
[vlc.git] / contrib / src / lua / no-dylibs.patch
blobe925f2dce46131dcfc7bb366c994bea4c4178029
1 --- lua/src/luaconf.h.orig 2013-05-09 15:29:05.797554571 +0200
2 +++ lua/src/luaconf.h 2013-05-09 15:29:10.337554380 +0200
3 @@ -42,7 +42,7 @@
5 #if defined(LUA_USE_MACOSX)
6 #define LUA_USE_POSIX
7 -#define LUA_DL_DYLD /* does not need extra library */
8 +//#define LUA_DL_DYLD /* does not need extra library */
9 #endif
12 @@ -691,11 +691,11 @@
13 ** By default, _WIN32 gets LUA_DL_DLL and MAC OS X gets LUA_DL_DYLD.
15 #if defined(LUA_USE_DLOPEN)
16 -#define LUA_DL_DLOPEN
17 +//#define LUA_DL_DLOPEN
18 #endif
20 #if defined(LUA_WIN)
21 -#define LUA_DL_DLL
22 +//#define LUA_DL_DLL
23 #endif