mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Add missing control_ext entry
Added missing entry for control_ext.c for static symbol table.
This commit is contained in:
parent
09996b632e
commit
2b5006b03c
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
#include "control_local.h"
|
||||
#include "control_external.h"
|
||||
|
||||
#ifndef PIC
|
||||
/* entry for static linking */
|
||||
const char *_snd_module_control_ext = "";
|
||||
#endif
|
||||
|
||||
static int snd_ctl_ext_close(snd_ctl_t *handle)
|
||||
{
|
||||
snd_ctl_ext_t *ext = handle->private_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue