mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-04 08:44:54 +03:00
8 lines
121 B
Rust
8 lines
121 B
Rust
{270c1f7c28eb1f41973294a21c911f531ab0a078 true 121 lib.rs 0xc001e86e70}
#[cfg(target_os = "linux")]
|
|
pub mod ffmpeg_linux;
|
|
|
|
#[cfg(target_os = "windows")]
|
|
pub mod ffmpeg_windows;
|
|
|
|
pub mod utils;
|