pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Upgrade to rustc 83b9deaf2 #24

Closed jdm closed 8 years ago

jdm commented 8 years ago

There are still a ton of warnings about zero-sized structs in foreign modules, but it compiles at least.

jdm commented 8 years ago

Fixes #22.

jdm commented 8 years ago

The switch to my forks of the dependencies is due to https://github.com/rust-lang/cargo/issues/1866.

pcwalton commented 8 years ago

This looks fine. Do you want me to land it as is or do you think the changes to the dependent crates should be "upstreamed" to my repositories?

jdm commented 8 years ago

I'll make PRs for all of those.

jdm commented 8 years ago

@pcwalton This is using your repositories again.

pcwalton commented 8 years ago

Awesome, thanks!