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

Muxers: Add native headers required for building (Alt) #243

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

IanDBird
Copy link
Contributor

This is an alternative approach to #242.

Instead of including all the ffmpeg headers in the repo, we will download a snapshot locally. The ideal approach is that the user checks out and builds ffmpeg themselves, but this fallback allows us to ensure that a new checkout will build and use the correct headers for the bundled binaries.

@@ -26,7 +26,7 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.10.2'
version '3.18.1'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated cmake required for file(ARCHIVE_EXTRACT ...)

@izzytwosheds izzytwosheds merged commit bfa4512 into linkedin:main Jan 23, 2023
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