Vulkan enhancement #2
Closed
SunnyVishnu3 wants to merge 14 commits into
Closed
Conversation
added 4 commits
June 1, 2026 03:50
- Switch default video output to `gpu-next` with `gpu-api=vulkan`. - Set Adreno-optimized Vulkan defaults for better performance on mobile. - Bump `minSdkVersion` to 33. - Enable Vulkan, `libshaderc`, and Vulkan-based decoders/filters in FFmpeg. - Update CI and build scripts to fetch `Vulkan-Headers` and include `glslang-tools`/`spirv-tools`. - Add WSL-specific compilation and synchronization scripts. - Fix `shaderc` pkg-config generation in build scripts.
Root cause: GitHub Actions cache restore replaces symlinks (usr -> ., local -> .) with real directories. The old setup_prefix only created symlinks on first mkdir, so after cache restore the prefix had real usr/local subdirs. dav1d installs its .pc file to usr/local/lib/pkgconfig (per meson crossfile prefix=/usr/local), which with broken symlinks ends up in a different directory than PKG_CONFIG_LIBDIR expects. Fixes: - buildall.sh: Always re-create usr/local symlinks if they aren't symlinks - depinfo.sh: Add v_dav1d=1.5.3 and include in ci_tarball cache key - download-deps.sh: Pin dav1d clone to specific tag with --depth 1 - dav1d.sh: Remove -Db_lto=true (incompatible with some CI linker configs) - build.yml/release.yml: Fix native-prefix cache path (gh-cache -> buildscripts/prefix)
Owner
|
What is Wsl for ? |
|
I build them using wsl Normal action was casing some issue I accidentally committed them as well |
Owner
Remove vulkun and make another commit as its unnecessary |
added 10 commits
June 3, 2026 03:00
… more" This reverts commit 05b4da6.
- Enable x86 and x86_64 builds by default in `build_config.sh`. - Refine ARM v9a and v8a optimization flags, removing SME and crypto extensions to improve stability across devices. - Propagate global `CFLAGS`, `CXXFLAGS`, and `LDFLAGS` to FFmpeg, Lua, MuJS, shaderc, and Meson cross-files. - Build a dedicated ARM v9a optimized version of `libplayer.so` for runtime loading. - Enable LTO for FFmpeg and add `--gc-sections` to global linker flags for better binary size optimization. - Update GitHub workflows and WSL build scripts to handle new dependency requirements and architecture logic.
- Strictly require SVE2 in `abi_detect.cpp` to prevent SIGILL on non-SVE2 hardware. - Revert `minSdkVersion` to 24. - Refine ARM v8a and v9a compiler flags to avoid unsafe optional extensions. - Enable runtime CPU detection and pthreads in FFmpeg. - Adjust optimization levels and build features for dav1d and libplacebo.
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.
No description provided.