Skip to content

Commit

Permalink
fix: record tool missing opus deps (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Feb 8, 2025
1 parent b6dbc5e commit 4a2dbb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/media_record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ convert_record = [
"clap",
"chrono",
"openssl",
"media-server-codecs/opus",
]
convert_worker = [
"tokio/full",
Expand All @@ -55,7 +56,7 @@ convert_worker = [
"media-server-multi-tenancy",
"media-server-connector",
"media-server-secure",
"media-server-codecs",
"media-server-codecs/opus",
]

[dev-dependencies]
Expand Down

0 comments on commit 4a2dbb8

Please sign in to comment.