mpv: Disable lua support for riscv

luajit port of risc-v does not exist yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-02-16 23:50:23 -08:00
parent d459ead5c6
commit 9f3e738cbc

View File

@@ -28,6 +28,8 @@ LUA_mips64 = ""
LUA_aarch64 = ""
LUA_powerpc64 = ""
LUA_powerpc64le = ""
LUA_riscv64 = ""
LUA_riscv32 = ""
LUA_powerpc = ""
# Note: both lua and libass are required to get on-screen-display (controls)