mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
Update compile-windows.md
fix lua5.1-5.2 support with luajit (mxe default upstream lua5.3 )
This commit is contained in:
parent
7f5c170093
commit
dc1a855438
@ -68,7 +68,7 @@ echo "MXE_TARGETS := i686-w64-mingw32.static" >> settings.mk
|
||||
# Build required packages. The following provide a minimum required to build
|
||||
# a reasonable mpv binary (though not an absolute minimum).
|
||||
|
||||
make gcc ffmpeg libass jpeg lua
|
||||
make gcc ffmpeg libass jpeg lua luajit
|
||||
|
||||
# Add MXE binaries to $PATH
|
||||
export PATH=/opt/mxe/usr/bin/:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user