Displaying 1 result from an estimated 1 matches for "__ao_private_h__".
2009 Oct 06
0
[ao] Two patches for libao2
...=100000 will set alsa driver's buffering
> +to 100ms.
> +
> .SH EXAMPLE
>
> Here is an example
> diff --git a/src/ao_private.h b/src/ao_private.h
> index 9fe382f..901593b 100644
> --- 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;
>
>...