Conversation
- Changed to GPL-3.0 License - Enables legal FFmpeg integration
- Integrated Volk - Vulkan meta-loader finds Vulkan dynamically (no
hardcoded paths!)
- Hybrid Linking:
- ✅ Static: glfw, spdlog, fmt (no version conflicts)
- ✅ Dynamic: Vulkan (via volk), FFmpeg, glslang
- ✅ System frameworks (standard)
-- Found Threads: TRUE CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Vulkan (missing: Vulkan_LIBRARY) (found version "1.4.328") Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-3.31/Modules/FindVulkan.cmake:595 (find_package_handle_standard_args) C:/vcpkg/scripts/buildsystems/vcpkg.cmake:908 (_find_package) CMakeLists.txt:64 (find_package) https://github.com/jamylak/vsdf/actions/runs/20949789334/job/60200196443?pr=43#step:4:32
- Problem: Nix doesn't include git submodules when copying source - Solution: Fetch volk separately using fetchFromGitHub and copy it into external/volk during build
This reverts commit 8ecd0ad.
Merged
jamylak
added a commit
that referenced
this pull request
Jan 14, 2026
with the hybrid rpath based linking approach
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
libavformatandlibglslangetc