alsa-lib/src
Nicholas Vinson 76edab4e59 src/Versions.in.in: Update *_tempo_base name
Change @SYMBOL_PREFIX@snd_has_tempo_base to
@SYMBOL_PREFIX@snd_has_queue_tempo_base.

Starting with version 1.2.13, alsa-lib fails to link with ld.lld-19 due
to "version script assignment of 'ALSA_1.2.13' to symbol
'snd_seq_has_tempo_base' failed: symbol not defined".

Per commit 769d1db1b0 the correct name for
the symbol is @SYMBOL_PREFIX@snd_has_queue_tempo_base; therefore, update
src/Vesions.in.in to match.

Fixes bug #420
Fixes Gentoo bug 943399 (https://bugs.gentoo.org/943399)

Closes: https://github.com/alsa-project/alsa-lib/pull/421
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-11-15 09:27:10 +01:00
..
alisp reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
conf conf: aliases: hdmi: Include unconditionally the 2024-04-23 09:11:53 +02:00
control control: remap - clarify comments and docs 2024-11-12 10:32:56 +01:00
hwdep reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
mixer mixer: simple: Support dB TLVs for CTL_SINGLE controls 2023-11-07 10:30:46 +01:00
pcm pcm: close - deactivate async handler before snd_pcm_drop() 2024-09-06 12:58:14 +02:00
rawmidi ump: Add a function to provide the packet word length of a UMP type 2024-07-04 14:44:00 +02:00
seq seq: Correct a typo in documentation 2024-08-07 15:50:21 +02:00
timer doxygen: fix broken examples links 2023-09-01 16:12:32 +02:00
topology topology: correct version script path 2024-01-30 14:31:46 +01:00
ucm ucm: doc - add Variant and Macro to the evaluation order 2024-05-14 15:28:44 +02:00
async.c Fixes: 5600b901 ("async: snd_async_del_handler - move clear signal using sigaction as last") 2024-09-06 09:58:47 +02:00
conf.c conf: fix snd_config_substitute (for src->parent) 2024-06-21 16:32:10 +02:00
confeval.c doxygen: conf: silence 'not documented' warnings 2023-09-01 16:11:43 +02:00
confmisc.c doxygen: conf: do not hide PCM specific function 2023-09-01 16:12:20 +02:00
dlmisc.c doxygen: global: silence 'not documented' warnings 2023-09-01 16:12:02 +02:00
error.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
input.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
Makefile.am src/Versions.in: Add guards for sequencer and rawmidi syms 2024-06-26 11:46:35 +02:00
names.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
output.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
shmarea.c doxygen: global: silence 'not documented' warnings 2023-09-01 16:12:02 +02:00
socket.c reshuffle included files to include config.h as first 2023-08-30 18:25:37 +02:00
userfile.c reshuffle included files to include config.h as first - v2 2023-09-13 12:35:35 +02:00
Versions.in.in src/Versions.in.in: Update *_tempo_base name 2024-11-15 09:27:10 +01:00