Add missing full and encoders-gpl artifacts 16 KB - #8
Merged
alexmercerind merged 2 commits intoNov 11, 2025
Merged
alexmercerind merged 2 commits into
alexmercerind merged 2 commits into
Conversation
# Conflicts: # .github/workflows/build.yaml
Member
|
Thanks a lot man. I didn't have the time & motivation to solve this & 16 KB deadline was close. I only provide default binaries via package, so this was a non-blocker. |
Author
|
@alexmercerind Thank you for merging the PR. Please make the new release as soon as possible with this change because we depend on the full binaries in our app. We need to pass the 16 KB policy in the upcoming release. |
Member
|
Done. Thanks! |
Author
|
Thank you so much, man! |
user1121114685
pushed a commit
to user1121114685/libmpv-android-video-build
that referenced
this pull request
May 2, 2026
AfalpHy
pushed a commit
to AfalpHy/libmpv-android-audio-build
that referenced
this pull request
May 29, 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.
Hi all,
In the latest release v1.1.7, the lib has no
fullandencoders-gplartifacts. Our app depends on thefullartifacts with new 16 KB support. Therefore, we decided to create this PR to re-enable these two artifacts.We already compiled and create a release on our own to test if it works in our app. Fortunately, it works.
We hosted custom media-kit to get the full artifact for Android, iOS and MacOS.
In the
bundle_full.shandbundle_encoders-gpl.sh, we just follow what you did in thebundle_default.sh. @alexmercerind Please review the PR and create a new release withfullartifact.Thank you in advance!