Closed fdlg closed 2 years ago
It doesn't seem like anyone still maintains this repo. I submitted the same change in https://github.com/raymanfx/libv4l-rs/pull/43 and it has yet to be merged.
Ha, looks like I should have taken a closer look a the open PRs
Sorry - for some reason I did not receive any E-Mail notifications for this repo anymore. Thanks for the PRs!
@raymanfx Thanks for showing up and merging everything though :heart: !
Ha, GH turned this merge into an empty commit though after #43 :)
Switch v4l2_ext_control string union cast to os::raw::c_char instead of i8 to match type used by bindgen generated code
For some targets, like armv7-unknown-linux-gnueabihf, the os c_char type is u8 and casting to i8 resulting in the following compilation error: