mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed the build without versioned symbols.
the rc4 symbols are defined as __ prefix, which are aliased in pcm.h as well as the versioned symbol binary.
This commit is contained in:
parent
7b2f5fa7e1
commit
25e41cf1e8
3 changed files with 45 additions and 21 deletions
|
|
@ -26,12 +26,8 @@
|
|||
#define USE_VERSIONED_SYMBOLS
|
||||
#endif
|
||||
|
||||
#ifdef USE_VERSIONED_SYMBOLS
|
||||
#define INTERNAL_CONCAT2_2(Pre, Post) Pre##Post
|
||||
#define INTERNAL(Name) INTERNAL_CONCAT2_2(__, Name)
|
||||
#else
|
||||
#define INTERNAL(Name) Name
|
||||
#endif
|
||||
|
||||
#define symbol_version(real, name, version) \
|
||||
__asm__ (".symver " #real "," #name "@" #version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue