Skip to content

Commit

Permalink
Merge pull request #155 from Morb0/fix
Browse files Browse the repository at this point in the history
Fix local config dependencies
  • Loading branch information
harlanc authored Oct 11, 2024
2 parents f4a8595 + 3a3990a commit ad709e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions confs/local/flv.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bytes = "1.0.0"
failure = "0.1.8"
serde = { version = "1.0", features = ["derive", "rc"] }
log = "0.4"
indexmap = "1.9.3"

bytesio = { path = "../../bytesio/" }
h264-decoder = { path = "../../codec/h264/" }
2 changes: 1 addition & 1 deletion confs/local/webrtc.Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4"
webrtc = "0.8.0"
async-trait = "0.1.70"
fdk-aac = "0.6.0"
opus = "0.3.0"
audiopus = "0.3.0-rc.0"

bytesio = { path = "../../library/bytesio/" }
streamhub = { path = "../../library/streamhub/" }
Expand Down

0 comments on commit ad709e0

Please sign in to comment.