]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs.h
lua: Make sure it builds with --disable-nls.
[vlc] / modules / misc / lua / libs.h
index 7bd8701105467944a9b3b90915ddf69200e7b91b..c4c0ec346d4185960703e8bb387b063aed59e297 100644 (file)
@@ -42,6 +42,8 @@ void luaopen_variables( lua_State * );
 void luaopen_video( lua_State * );
 void luaopen_vlm( lua_State * );
 void luaopen_volume( lua_State * );
+#ifdef ENABLE_NLS
 void luaopen_gettext( lua_State * );
+#endif
 
 #endif