-
Notifications
You must be signed in to change notification settings - Fork 115
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
Unable to compile with FFmepg 3.4.8 - Ubuntu Bionic #713
Comments
@mickelson can with put this behind case statements or something so it can still be compiled on systems with older ffmpeg? |
Yes that’s probably a good idea, I can put some version checking around the use of the url field
… On May 18, 2022, at 6:17 PM, theofficialgman ***@***.***> wrote:
@mickelson can with put this behind case statements or something so it can still be compiled on systems with older ffmpeg?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
mickelson
added a commit
that referenced
this issue
May 19, 2022
- Ubuntu Bionic uses an old enough version of FFmpeg that the AVFormatContext does not include the "url" field. - added version check to continue using the filename field if required
Please update your code to the latest version from the attract github repository and try again, this should be fixed now with the latest commit |
yup, fixed. thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running this on nvidia jetson, I am unable to compile due to these recent changes:
1b933c3
resulting in these errors on compilation. cmake passes and is higher than the required version:
everything compiles perfectly fine if I use
filename
could a workaround be implemented to fallback to
filename
ifurl
is not defined for these older systems?The text was updated successfully, but these errors were encountered: