Skip to content

Commit

Permalink
ir-encode.[ch] from ir-ctl from testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 18, 2024
1 parent fdd3b28 commit 4c715ce
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 0 deletions.
1 change: 1 addition & 0 deletions liblircd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "lircd as a library for encoding testing"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL"

[build-dependencies]
cc = "1.0"
Expand Down
1 change: 1 addition & 0 deletions liblircd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fn main() {
.file("src/lirc_log.c")
.file("src/receive.c")
.file("src/transmit.c")
.file("src/ir-encode.c") // This is from ir-ctl, not lircd
.warnings(false)
.compile("liblirc.a");
}
Loading

0 comments on commit 4c715ce

Please sign in to comment.