speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] spd_audio: Expose dlopened library's symbols to libs it loads.


From: Luke Yelavich
Subject: [PATCH] spd_audio: Expose dlopened library's symbols to libs it loads.
Date: Thu, 31 Oct 2013 22:47:24 -0700

On Wed, Aug 14, 2013 at 07:26:30PM PDT, Christopher Brannon wrote:
> This fixes the following issue.
> * Libao is loaded as an audio plugin.
> * Libao loads its own plugins, using dlopen.
> * Those plugins try to call functions defined in libao itself,
>   but fail because the symbols aren't globally available.
> ---
>  src/modules/spd_audio.c | 23 ++++++++++++++++++++++-
>  1 file changed, 22 insertions(+), 1 deletion(-)

Reviewed, and pushed.

Luke



reply via email to

[Prev in Thread] Current Thread [Next in Thread]