You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed feature-based rsmpeg selection that was causing all versions to compile
- Now using simple platform-specific dependencies in Cargo.toml
- Only the platform-appropriate rsmpeg version will be downloaded and compiled
- Linux: rsmpeg 0.14.2 (FFmpeg 6)
- Windows: rsmpeg 0.17.0 (FFmpeg 7)
- macOS: rsmpeg 0.18.0 (FFmpeg 8)
- Simplified rsmpeg_compat module to just re-export rsmpeg
- Removed unnecessary feature flags and complexity
0 commit comments