From 465b3e5774ceb4f58f9f5f14b9c2afd96ab516ba Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 28 Dec 2018 10:32:00 -0800 Subject: [PATCH] qb: Disable the builtin lua by default. Disables the builtin lua as it causes the mpv core to segfault and doesn't do anything yet. --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index bf62a58029..0248eb8aa7 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -117,7 +117,7 @@ C89_QT=no HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements C89_CHEEVOS=no -HAVE_LUA=yes # Lua support (for Retro Achievements) +HAVE_LUA=no # Lua support (for Retro Achievements) HAVE_DISCORD=yes # Discord Integration C89_DISCORD=no HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines