Skip to content

Commit 02931e6

Browse files
committed
remove ffmpeg
1 parent ff644de commit 02931e6

File tree

2 files changed

+10
-100
lines changed

2 files changed

+10
-100
lines changed

Cargo.lock

Lines changed: 0 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pulsebeam-agent/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ documentation.workspace = true
99
repository.workspace = true
1010
authors.workspace = true
1111

12-
[features]
13-
default = ["ffmpeg-static"]
14-
15-
# Force static linking (default)
16-
ffmpeg-static = ["ffmpeg-next/build"]
17-
18-
# Use dynamic linking instead
19-
ffmpeg-dynamic = []
20-
12+
# [features]
13+
# default = ["ffmpeg-static"]
14+
#
15+
# # Force static linking (default)
16+
# ffmpeg-static = ["ffmpeg-next/build"]
17+
#
18+
# # Use dynamic linking instead
19+
# ffmpeg-dynamic = []
20+
#
2121
[dependencies]
2222
futures-lite = { workspace = true }
2323
thiserror = { workspace = true }
@@ -31,4 +31,4 @@ maybe-async = "0.2.10"
3131
http = "1.4.0"
3232

3333
# FFmpeg integration
34-
ffmpeg-next = { version = "8.0.0", default-features = false, features = ["codec", "format", "filter", "software-resampling", "software-scaling"] }
34+
# ffmpeg-next = { version = "8.0.0", default-features = false, features = ["codec", "format", "filter", "software-resampling", "software-scaling"] }

0 commit comments

Comments
 (0)