zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
113 stars 75 forks source link

Fix build on windows #67

Open LucaCiucci opened 6 months ago

LucaCiucci commented 6 months ago

I was unable to compile on windows, I managed to fix this by explicitly telling clang the target triple. Similar situation: libui-rs/libui/pull/7