-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c91c74
commit aba9ac2
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/sh | ||
# | ||
# Install the things which need adding to a fresh Debian 11 install to make it ready to build | ||
# spandsp and its test suite | ||
# | ||
apt-get install fftw3-dev \ | ||
libtiff-dev \ | ||
libtiff-tools \ | ||
libpcap-dev \ | ||
libxml2-dev \ | ||
libsndfile-dev \ | ||
libuv1-dev \ | ||
libfltk1.3-dev \ | ||
sox \ | ||
libtool \ | ||
netpbm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aba9ac2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI- we run scan-build on all commits and some new errors popped up. Most are harmless "Dead Assignment" but some might be legit issues.
See https://ci.freeswitch.org/freeswitch/spandsp/51/1/5 for the test run results
Artifacts here: https://public-artifacts.signalwire.cloud/drone/freeswitch/spandsp/51/index.html
aba9ac2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.