I have a problem building my mpv build with libplacebo enabled only. If I don't use libplacebo only, then build success, otherwise using libplacebo makes me errors.
After I built shaderc static with depths, I built libplacebo with static only with shaderc enabled, then I configured with waf for static-build at mpv folder, then I tried to build and it failed:
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lshaderc_shared: No such file or directory
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lspirv-cross-c-shared: No such file or directory
collect2.exe: error: ld returned 1 exit status
I checked shaderc installed with pkg-config, but foundable:
I have a problem building my mpv build with libplacebo enabled only. If I don't use libplacebo only, then build success, otherwise using libplacebo makes me errors.
After I built shaderc static with depths, I built libplacebo with static only with shaderc enabled, then I configured with waf for static-build at mpv folder, then I tried to build and it failed:
I checked shaderc installed with pkg-config, but foundable:
How can I build static build of mpv to avoid two errors?
Also libplacebo config status: