BtbN / FFmpeg-Builds

MIT License
7.31k stars 1k forks source link

SPIRV-Tools was not found - required for compilation while makeimage.sh win32 gpl-shared 7.0 #390

Closed chcent closed 1 month ago

chcent commented 1 month ago

This error happened while makeimage.sh win32 gpl-shared 7.0 image

BtbN commented 1 month ago

First of all, make sure you cleaned up any old images and caches you might have had floating around. Build on CI works fine, so if this is a 32 bit issue, there's likely not much else to do but to disable Vulkan entirely on 32 bit.

chcent commented 1 month ago

image Thank you It failed when ./utils/git-sync-deps, so No found happened.

BtbN commented 1 month ago

hm, that definitely should fail the build and not create a broken asset cache. Can't look into it right now, but you mean after downloading that bit of download cache, it works again?

chcent commented 1 month ago

hm, that definitely should fail the build and not create a broken asset cache. Can't look into it right now, but you mean after downloading that bit of download cache, it works again?

I delete the cache, and it download again so it works, I made it. Thanks again,