Open n00kii opened 2 years ago
Managed to build mpv
, but there is still no "mpv.lib
" file anywhere. Am I missing something?
same error.
I build mpv.lib using https://github.com/Ivshti/libmpv but have error (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
Yeah the situation seems to have changed a bit. I will try getting the build to work on Windows, only got access to a Windows machine recently.
Any updates on this?
Also facing same issue error: process didn't exit successfully: target\debug\mpv-rs.exe (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
stdint.h
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
lib /def:mpv.def /name:mpv-1.dll /out:mpv.lib /MACHINE:X64
or similar. If warnings pop up like "...not supported on this platform...", it's because mpv.def is missing the EXPORTS statement, which you can just add as the first line (see https://github.com/mpv-player/mpv/issues/5007)
README
saysbut the link provided is dead. Unsure exactly what "build artifacts" is supposed to be, do I need to build mpv myself from source? (Kinda sucks since the process is a little convoluted on Windows)
There are multiple downloads of different forms of mpv available, can I use one of those somehow? For example, there's
For reference, I've already tried pointing the environment variable to each of these directories, nested inside a
64
folder as per theREADME
butcargo
complains that