| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5262797f5adb43fc2267e85eb769c8671232b14b)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 45ff2423e03a3ed3c8855c7b599a664891623ba1)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4da609c95cb20a05e9af25840ddf7560ebb900d8)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8de97496a707943dc39b4ca625e475746b776ba9)
|
|
|
|
|
| |
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 0634e50e276f9fb2598c8701ff3c9262a4106ea0)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4866972f5e304a0d78be0642705cb3e65cc4a624)
|
| |
|
|
|
|
|
|
|
|
| |
It is used to detect multiple mutex lock, not just for pthread related
debugging.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 4f18860c3386d449de04bd66d57e93b02ba7d0d1)
|
|
|
|
|
|
|
|
| |
`pthread_t` is opaque type.
Change to compare with `pthread_equal()` and introduce validate flag.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit cf0025c38aeee4502d5c50d8350045830abb7706)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
`USE_SOLARIS` is not defined (related to TDE/tde#74).
On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 0c717ee493b802d94756b6c5f538cd686943b941)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ce55f27342fe03376d5b9cdd723bf8af1f79e17)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit be1c8167bd2711853a259f7aaeb9b28d8b38fa37)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67fab506ee588d8a91b479e4d80addfba6b09c0a)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 63bb4a70faf10ae2acf266f3e3e00fad27344981)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d8b0ecdf579c539c4e2cb4cd4368a35d25692e7)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8412f6e6d17277f1b96afa3a7353c3ba8e19fb1b)
|
| |
|
|
|
|
|
|
|
|
| |
Now that we use the 1.x ALSA APIs, naming the file `audioioalsa9.cpp`
(revering to ALSA version 0.9) is misleading.
Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 596d2accf4533768bf81b91a87bc6d653caac26b)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
Configure only sets HAVE_LIBASOUND2, never HAVE_LIBASOUND, so this is never
used.
Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit adebb5ae263a5cd3569038a018dabea4f4eccc6e)
|
|
|
|
|
|
|
|
| |
poll.h is the standard header name, and musl warns for including the wrong
one.
Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 200e35e604bb7b5161e407eebfd01f105cfbafb6)
|
|
|
|
|
|
|
|
| |
request may be int or unsigned long depending on the platform, but the
format string assumed unsigned long.
Signed-off-by: Bobby Bingham <koorogi@koorogi.info>
(cherry picked from commit 218293239213ee12bf70d1c11b8c138ea5ce1aa5)
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit bee9a082a3ff7a18268b8d15b893f888d423ad5e)
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
| |
|