Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android_jni: Allow loading dav1d as a separate shared object #2084

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

vigneshvg
Copy link
Collaborator

Try loading libdav1d.so as a separate shared object. This allows
apps to share dav1d between video and AVIF decoding without having
to bundle it within libavif_android.so to reduce the APK size.

Try loading libdav1d.so as a separate shared object. This allows
apps to share dav1d between video and AVIF decoding without having
to bundle it within libavif_android.so to reduce the APK size.
@vigneshvg vigneshvg marked this pull request as ready for review April 2, 2024 16:32
@vigneshvg vigneshvg requested a review from jzern April 2, 2024 16:33
@vigneshvg vigneshvg merged commit cdddec0 into AOMediaCodec:main Apr 3, 2024
26 checks passed
@vigneshvg vigneshvg deleted the cl_load_dav1d branch April 3, 2024 03:30
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