mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-06 04:06:34 -05:00
add support for GCC's LTO
This commit is contained in:
parent
0bfad420ef
commit
5366bdb4fb
7 changed files with 101 additions and 91 deletions
|
|
@ -51,7 +51,7 @@ struct snd_dlsym_link *snd_dlsym_start = NULL;
|
|||
* the alsa-lib library. In that case, \p name is set to \c NULL.
|
||||
*/
|
||||
#ifndef DOXYGEN
|
||||
void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen)
|
||||
EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen)
|
||||
#else
|
||||
void *snd_dlopen(const char *name, int mode, char *errbuf, size_t errbuflen)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue