Peter
Peter
@bilelmoussaoui and @sdroege - setting an environment variable would likely be a great solution (with the name of the shared monolib) - this can be checked in build.rs
> The `#[link]` attributes can actually be overridden from the command-line: https://doc.rust-lang.org/rustc/command-line-arguments.html#-l-link-the-generated-crate-to-a-native-library I'm not familiar enough with these settings to know if these are "cumulative" (i.e. libraries are added to...
@sdroege and @bilelmoussaoui I ran the following experiment which worked for my use case. I have the following dependencies in my rust package (among others) - ``` gio = {...
Will do. Thank you On Sun, Nov 20, 2022, 1:58 PM Himself65 ***@***.***> wrote: > try to use https://github.com/TexteaInc/json-viewer > > — > Reply to this email directly, view it...
Looks like there were several breaking changes to the ffmpeg API that have not made it to the APIs for this project, leading to this (and other) examples not working....
Further to my earlier comment, the following will work for setting the framerate, provided you want the output (encoder) rate to equal the input (decoder rate): ``` encoder.set_frame_rate(Some(ist.avg_frame_rate())); encoder.set_time_base(ist.avg_frame_rate().invert()); ```...
After messing around with this crate I've now found quite a few breaking API changes......... there don't appear to be any decent safe bindings for ffmpeg for rust......... so have...
Hi @dimas-b - By way of one example, Nessie supports the iceberg REST catalog implementation. By extension my presumption is that Nessie (through its Iceberg jar dependency) handles atomic metadata/snapshot...
Greetings - I'd second @chuangchen911 's comments about releases and roadmap - I'd raised substantively the same issue earlier in March [#1664](https://github.com/rrweb-io/rrweb/issues/1664) - with no response. This is a truly...