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 build with ffmpeg 6 #235

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Fix build with ffmpeg 6 #235

merged 2 commits into from
Mar 20, 2023

Conversation

Zirias
Copy link
Contributor

@Zirias Zirias commented Mar 20, 2023

This doesn't attempt to replace deprecated functions, it only replaces functions that are gone (avcodec_encode_[audio|video]2) with straight-forward replacement code.

It fixes the build with the latest 6.0 release and still builds fine with ffmpeg 4.4

Zirias and others added 2 commits March 20, 2023 09:42
This doesn't attempt to replace deprecated functions, it only replaces
functions that are gone (avcodec_encode_[audio|video]2) with
straight-forward replacement code.

It fixes the build with the latest 6.0 release and still builds fine
with ffmpeg 4.4
@ThKattanek
Copy link
Owner

Compiling on my side is o.k. also cross-compiling with mxe. thx

@ThKattanek ThKattanek merged commit d1363f9 into ThKattanek:master Mar 20, 2023
@Zirias Zirias deleted the ffmpeg6 branch March 20, 2023 17:25
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