rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

Add libavdevice* and libavfilter* #45

Closed zmwangx closed 4 years ago

zmwangx commented 4 years ago

The added packages are required to build ffmpeg-sys-next and ffmpeg-next.

https://docs.rs/crate/ffmpeg-sys-next/4.2.0/builds/256836 https://docs.rs/crate/ffmpeg-next/4.2.1/builds/256842

Also added an unrelated commit to remove duplicates from the package list... Doesn't really belong to this PR but I was following the guide which asks me to satisfy linters, so please excuse me.

jyn514 commented 4 years ago

Thanks for the PR! Not sure how the duplicates slipped through but I appreciate you removing them.

zmwangx commented 4 years ago

@jyn514 Could you please also queue a rebuild for ffmpeg-sys-next 4.2.0? Thanks.

jyn514 commented 4 years ago

Queued and rebuilt! https://docs.rs/crate/ffmpeg-sys-next/4.2.0

zmwangx commented 4 years ago

Cool, thanks again.