Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace pthread and dl linking with cmake-based variables | Michele Calgaro | 2024-12-27 | 1 | -11/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 45ff2423e03a3ed3c8855c7b599a664891623ba1) | ||||
* | Update ALSA support to use 1.x API | Bobby Bingham | 2023-06-17 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | Despite the comment in ConfigureChecks.cmake which claimed only ALSA 1.x was supported, the code requested and expected the 0.9 version of some PCM APIs. These old APIs were superceded in 2002. ALSA implements backwards compatibility with the old version of the API using symbol versioning, which is not supported on all platforms (e.g., musl does not support it). This fixes issue #5 Signed-off-by: Bobby Bingham <koorogi@koorogi.info> (cherry picked from commit c9092132fd7020cdb6f39aa7ed749f695fb98d26) | ||||
* | Add a check for a pkg-config package named libmad next to mad, | Slávek Banko | 2022-07-11 | 1 | -0/+194 |
for detection of library libmad >= 0.16.x (Tenacity's fork). Split configuration tests into separate files. Fill PC_LIB_REQUIRE list during tests. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |