-
Notifications
You must be signed in to change notification settings - Fork 489
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
ffmpeg 3.1 deprecation warnings on homebrew #2002
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). ffmpeg recommends using We can also use ifdef's to support old and new versions. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). I'll start work on this today. It dovetails nicely into other work. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). I've added code to ignore these warnings for now in e3322aa (branch I'll make a pull request for this to clean up our CI if a more complete is not imminent |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). warnings disabled in pull request #2388 |
Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033). can probably do something similar to pull request #2154 ffmpeg 3.1 uses libavcodec version 57.48.101 |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). @iche033 that's a good idea; I just don't know what the new API's should be and I think @nkoenig is actively working on this for video recording |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). warnings are currently disabled, but we should use the new API's with ifdef's |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Fixed by #3195 . |
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
ffmpeg 3.1 is now the default version in homebrew, and it has deprecated some things that are used in gazebo.
We can try to depend on something old like homebrew/versions/ffmpeg28, or we can upgrade to the new interfaces if they exist in the versions of
libavcodec
andlibavformat
used on trusty.The text was updated successfully, but these errors were encountered: