-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Build fails because of missing ”av_register_all" function #49
Comments
The libavformat function The patch in PR #50 will help. You can also just remove the following lines from
|
Thank you, I'll see if I can fit that into the Homebrew workflow. |
As a workaround, I forked the tap repo and changed the ffmpeg dependency to ffmpeg@4 (see here). |
Please add this to the repo. I can confirm that this builds a binary if these 2 lines in scan.c are removed. |
Apparently the previously deprecated symbol
av_register_all
has been removed upstream, so the build now fails:The text was updated successfully, but these errors were encountered: