Takashi Iwai
32e2c8d8a2
src/Versions.in: Add guards for sequencer and rawmidi syms
...
Similarly like PCM and others, add the ifdef guards for new symbols
for sequencer and rawmidi interfaces.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-06-26 11:46:35 +02:00
Takashi Iwai
2071eb8a44
src/Versions.in: Add new seq / rawmidi functions for UMP
...
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-06-26 11:39:06 +02:00
Nicholas Vinson
14308adb0d
src/Versions.in: Add guards for pcm and timer syms
...
Configure script allows for the disabling of the pcm module. When
disabled, the pcm symbols will not be available. Add guards to remove
symbols from version map when not present.
Closes: https://github.com/alsa-project/alsa-lib/pull/376
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-01-24 18:12:14 +01:00
Nicholas Vinson
10ff172202
src/Versions.in: Add guards for opt. alisp symbols
...
Add guards for optional alisp symbols. This ensures that the Versions
file does not contain undefined symbols when building alisp support is
disabled.
Fixes Gentoo bugs 914511 (https://bugs.gentoo.org/914511 ),
914643 (https://bugs.gentoo.org/914643 ),
and 919417 (https://bugs.gentoo.org/919417 ).
Fixes bug #305
Fixes alsa_lisp symbol error reported in bug #356
Closes: https://github.com/alsa-project/alsa-lib/pull/376
Fixes: https://github.com/alsa-project/alsa-lib/issues/305
Link: https://github.com/alsa-project/alsa-lib/issues/356
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-01-24 18:11:52 +01:00