search for: ao_config

Displaying 1 result from an estimated 1 matches for "ao_config".

Did you mean: bo_config
2009 Oct 06
0
[ao] Two patches for libao2
...a/src/ao_private.h > +++ b/src/ao_private.h > @@ -26,6 +26,8 @@ > #ifndef __AO_PRIVATE_H__ > #define __AO_PRIVATE_H__ > > +#include "ao/ao.h" > + > /* --- Operating System Compatibility --- */ > > /* > @@ -61,6 +63,7 @@ > > typedef struct ao_config { > char *default_driver; > + ao_option *options; > } ao_config; > > /* --- Functions --- */ > diff --git a/src/audio_out.c b/src/audio_out.c > index 6e39047..14012e4 100644 > --- a/src/audio_out.c > +++ b/src/audio_out.c > @@ -95,7 +95,8 @@ static ao_functions *...