[PD-cvs] packages/patches alsa_adddev_proto_with_alsa_only-0.40-pre.patch, NONE, 1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Feb 27 18:07:10 CET 2006


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10249

Added Files:
	alsa_adddev_proto_with_alsa_only-0.40-pre.patch 
Log Message:
only include the alsa_adddev function prototype if the ALSA API is enabled

--- NEW FILE: alsa_adddev_proto_with_alsa_only-0.40-pre.patch ---
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;





More information about the Pd-cvs mailing list