Skip to content

Fix#3

Merged
Riteshp2001 merged 6 commits into
Riteshp2001:libraryfrom
SunnyVishnu3:fix
Jun 3, 2026
Merged

Fix#3
Riteshp2001 merged 6 commits into
Riteshp2001:libraryfrom
SunnyVishnu3:fix

Conversation

@SunnyVishnu3

Copy link
Copy Markdown

No description provided.

SunnyVishnu3 added 6 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)
@Riteshp2001 Riteshp2001 merged commit f27fc5b into Riteshp2001:library Jun 3, 2026
2 checks passed
Riteshp2001 added a commit that referenced this pull request Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants