-
Notifications
You must be signed in to change notification settings - Fork 58
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
cargo build throws error - error: ISO C++ forbids comparison between pointer and integer [-fpermissive] in mp4v2-sys v0.1.0 #46
Comments
That's an error in the mp4v2 crate. |
https://github.com/pcwalton/mp4v2/blob/master/src/rtphint.cpp#L342 Probably should be *pSlash instead. However, rust-media and everything it depends upon is totally unmaintained. |
I think this project is a wonderful crate for rust in the field of media play, so I wonder why this project is out of maintained, just because the dependencies are out of maintenance? |
The intended consumer (servo) chose to rely on gstreamer instead. |
So... is this one the final choice? |
No idea. Servo relied on https://github.com/servo/media for its needs. |
I am getting below error when try to build the library using 'cargo build' . Please advise
System: Ubuntu 20.04.3 LTS
The text was updated successfully, but these errors were encountered: