summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Replace pthread and dl linking with cmake-based variablesMichele Calgaro2024-12-271-11/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update ALSA support to use 1.x APIBobby Bingham2023-06-161-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>
* Add a check for a pkg-config package named libmad next to mad,Slávek Banko2022-07-111-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>