video-processing-support/target/debug/build/rustix-ff09c599d976da14/output
Benjamin Slingo a38143c28b Initial commit: Shared video processing crate
- Event-driven file stability tracking
- FFmpeg video conversion with hardware acceleration
- NFO file generation for Kodi compatibility
- Environment-based configuration
- Disk space monitoring and shutdown handling
- Comprehensive logging with tracing
2025-09-06 18:26:58 -04:00

11 lines
397 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rustc-cfg=static_assertions
cargo:rustc-cfg=libc
cargo:rustc-cfg=apple
cargo:rustc-cfg=bsd
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
cargo:rerun-if-env-changed=CARGO_CFG_MIRI