feat(FFmpeg): compile libva dependency - #590
Merged
ReenigneArcher merged 6 commits intoJan 5, 2026
Merged
Conversation
cgutman
force-pushed
the
feat/FFmpeg/compile-libva-dependency
branch
2 times, most recently
from
January 4, 2026 21:23
488031a to
7e682f0
Compare
Removes unused LIBVA_MAKE_ENV variable and adds --disable-dependency-tracking for FreeBSD to address make/gmake compatibility. Also includes libva-wayland.a in the build outputs.
Updated the CI workflow to use rsync instead of sshfs for synchronization. This may improve reliability and performance during file transfers in the CI process.
cgutman
force-pushed
the
feat/FFmpeg/compile-libva-dependency
branch
from
January 4, 2026 21:24
7e682f0 to
0c21989
Compare
|
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.



Description
This PR builds libva 2.23 which is necessary to fix LizardByte/Sunshine#4314. It contains the changes from #535 plus fixes for theFreeBSD build errors.
To summarize why the approaches in #535 didn't work:
autom4terequires file locks to run which are not supported by our NFS mount (I assume you found this out and that's why you tried switching to sshfs/rsync)sh: -C: not founderror was because the change to GITHUB_ENV was no longer being implicitly synced back to the host, soMAKE_CMDis undefined and you end up trying to run-C build .... By changing the order of the steps to set these variables before starting the VM, they are correctly propagated into the VM.Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage