mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Mac-specific: Update libao library to version 1.2.2
This commit is contained in:
parent
0c8e76ef50
commit
fe9312e3f4
|
@ -126,7 +126,7 @@ int ao_driver_id(const char *short_name);
|
|||
int ao_default_driver_id(void);
|
||||
ao_info *ao_driver_info(int driver_id);
|
||||
ao_info **ao_driver_info_list(int *driver_count);
|
||||
char *ao_file_extension(int driver_id);
|
||||
const char *ao_file_extension(int driver_id);
|
||||
|
||||
/* miscellaneous */
|
||||
int ao_is_big_endian(void);
|
||||
|
|
|
@ -42,7 +42,7 @@ int ao_plugin_play(ao_device *device, const char *output_samples,
|
|||
uint_32 num_bytes);
|
||||
int ao_plugin_close(ao_device *device);
|
||||
void ao_plugin_device_clear(ao_device *device);
|
||||
char *ao_plugin_file_extension();
|
||||
const char *ao_plugin_file_extension();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue