Commit Graph

10 Commits (4b72579c25a250567bf4199c5bd533a3ce51ce1c)

Author SHA1 Message Date
Bobby Bingham c9092132fd Update ALSA support to use 1.x API
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>
2 years ago
OBATA Akio 08329d9014 Drop `unsigned long int` case for the first argment type of ioctl(2)
It is identically same as `unsigned long`.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
OBATA Akio 482eea48c7 Port ioctl prototype check to CMake
Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
Slávek Banko 117ec1e9d4 Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
François Andriot d6fd5da548 Add openbsd sndio support 11 years ago
Timothy Pearson c85bc12559 Add jack support to CMake 13 years ago
Timothy Pearson d548013bdb Add ESD support to CMake 13 years ago
Timothy Pearson 4c08c66641 Add gcc visibility option to arts 13 years ago
samelian 4388c9f844 [dependencies/arts] restyle and migrate to tde_ macrossoundserver/CMakeLists.txt
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1183226 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
samelian 36bb41f5be [dependencies/arts] added initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1182851 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago