aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/alsa_adddev_proto_with_alsa_only-0.40-pre.patch
blob: 34016b35e265928d10fa19cfaec7c4cf3c09a06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: s_main.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_main.c,v
retrieving revision 1.22
diff -u -w -r1.22 s_main.c
--- s_main.c	31 Dec 2005 20:55:25 -0000	1.22
+++ s_main.c	27 Feb 2006 17:04:49 -0000
@@ -33,7 +33,9 @@
 int sys_rcfile(void);
 int m_scheduler(void);
 void sys_addhelppath(char *p);
+#ifdef USEAPI_ALSA
 void alsa_adddev(char *name);
+#endif
 
 int sys_debuglevel;
 int sys_verbose;