Add Linux support for downloading and setting up FFmpeg.

This commit introduces platform-specific functionality for downloading, extracting, and configuring FFmpeg on Linux systems.
This commit is contained in:
2025-05-06 23:10:29 +05:00
parent 12dc5c8ef9
commit f262d5f931
7 changed files with 280 additions and 5 deletions

1
go.mod
View File

@@ -34,6 +34,7 @@ require (
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tevino/abool v1.2.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/yuin/goldmark v1.5.5 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect