-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Enable building torchvision with ffmpeg regardless of version on Linux #4413
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
Enable building torchvision with ffmpeg regardless of version on Linux #4413
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prabhat00155 I don't have context why the version check is removed but I'm sure you have your reasons. Assessing only the PR for what it's supposed to be doing, LGTM.
Accepting to unblock your work.
Thanks @datumbox! This check was introduced as we used to support ffmpeg 4.2 and there were a lot of issues with 4.3. @bjuncek did some work making torchvision work with ffmpeg 4.3 and now it works fine on Linux, hence I am removing the check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @prabhat00155 , this LGTM now that #4417 is merged!
…n on Linux (#4413) Summary: * Enable building torchvision with ffmpeg regardless of version on Linux * Skip tests with python 3.9 * Removed PY39_SKIP * Cleaned up a bit Reviewed By: datumbox Differential Revision: D31268050 fbshipit-source-id: b73ea0ab52e16b26a1e7b960833b5e345d545d3d
torchvision now works fine with latest ffmpeg(4.3) on Linux, hence this check is not needed.