Fix#3
Merged
Merged
Conversation
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)
… more" This reverts commit 05b4da6.
Riteshp2001
added a commit
that referenced
this pull request
Jun 3, 2026
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.