mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

Support js script #232

Closed ahaoboy closed 2 months ago

ahaoboy commented 2 months ago

By default, mpv-build only support lua scripts. Is it possible to also add support for js scripts?

CounterPillow commented 2 months ago

By default, mpv-build only support lua scripts.

This is completely false. mpv-build does not treat Lua or JS any different, in that it does not vendor either of them. mpv's build process will pick up Lua and JS if they are installed and dev headers are present. Please install mujs and its development headers on your system.

ahaoboy commented 2 months ago

Thank you