zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
125 stars 86 forks source link

Include hwcontext_drm only if enabled #5

Closed kornelski closed 4 years ago

zmwangx commented 4 years ago

Fixed in 34812ad22dc209909aef866737ae3f331106fb0a and passed in CI build against FFmpeg 3.3: https://github.com/zmwangx/rust-ffmpeg-sys/runs/1072974291?check_suite_focus=true Without the oddball feature flag.

Please let me know if this solves your problem. I'll cut a release if it works.