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 failure on Linux distros running FFmpeg 5.0 #340

Merged

Conversation

mkrasnitski
Copy link
Contributor

@mkrasnitski mkrasnitski commented Mar 1, 2022

There was a recent libx264 version bump which requires rebuilding on some Linux distros, for example Arch. Also, FFmpeg 5.0 ships a new libavformat version which removed some things marked deprecated, resulting in a failed build. This is a backport fix from mainline that addresses that problem while maintaining compatibility with old lib versions cross-platform.

FFmpeg 5.0 ships with a libx264 version bump which requires rebuilding
on some Linux distros. It also ships a new libavformat version which
removed some things marked deprecated. This is a backport fix from
mainline that addresses it.
@NikhilNarayana NikhilNarayana merged commit f2372ed into project-slippi:slippi Mar 11, 2022
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