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

Fix errors and warnings with FFmpeg 7 #26

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Fix errors and warnings with FFmpeg 7 #26

merged 1 commit into from
Aug 27, 2024

Conversation

dougg3
Copy link
Owner

@dougg3 dougg3 commented Aug 27, 2024

Fixes #25. This code has been using some deprecated things in FFmpeg for a while now. Fix the build error and also fix a few warnings.

There are still some warnings in the bundled libimobiledevice regarding OpenSSL 3.0. Maybe this code could be updated to pull in the system's version of libimobiledevice in the future instead.

Some of these warnings were likely already there, but since I'm fixing
a build error I might as well fix the warnings while I'm here.
@dougg3 dougg3 merged commit c67e577 into master Aug 27, 2024
3 checks passed
@dougg3 dougg3 deleted the fix-ffmpeg-7-build branch August 27, 2024 02:07
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.

Fails to build on Arch Linux due to ffmpeg breaking change
1 participant