On special request, provide a full prototype for ao_default_driver_id()
in ao.h. PR: 107903 Submitted by: Ed Schouten <ed@fxq.nl>
This commit is contained in:
parent
473182d93a
commit
cd3b00cde6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182377
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libao
|
||||
PORTVERSION= 0.8.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.xiph.org/ao/src/
|
||||
|
||||
|
14
audio/libao/files/patch-include_ao_ao.h
Normal file
14
audio/libao/files/patch-include_ao_ao.h
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- include/ao/ao.h.orig
|
||||
+++ include/ao/ao.h
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
/* driver information */
|
||||
int ao_driver_id(const char *short_name);
|
||||
-int ao_default_driver_id();
|
||||
+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);
|
Loading…
Reference in New Issue
Block a user