[PD-cvs] pd/src s_audio_pa.c, 1.4.4.7, 1.4.4.8 s_inter.c, 1.5.4.11, 1.5.4.12

Thomas Grill xovo at users.sourceforge.net
Fri Jun 17 17:25:22 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28642

Modified Files:
      Tag: devel_0_38
	s_audio_pa.c s_inter.c 
Log Message:
compilation fixes... need to be revisited\!

Index: s_inter.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
retrieving revision 1.5.4.11
retrieving revision 1.5.4.12
diff -C2 -d -r1.5.4.11 -r1.5.4.12
*** s_inter.c	16 Jun 2005 12:47:50 -0000	1.5.4.11
--- s_inter.c	17 Jun 2005 15:25:20 -0000	1.5.4.12
***************
*** 285,289 ****
  #endif
  
! #ifdef __linux
  
  #if defined(_POSIX_PRIORITY_SCHEDULING) || defined(_POSIX_MEMLOCK)
--- 285,289 ----
  #endif
  
! #if defined(__linux) || defined(__APPLE__)
  
  #if defined(_POSIX_PRIORITY_SCHEDULING) || defined(_POSIX_MEMLOCK)

Index: s_audio_pa.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio_pa.c,v
retrieving revision 1.4.4.7
retrieving revision 1.4.4.8
diff -C2 -d -r1.4.4.7 -r1.4.4.8
*** s_audio_pa.c	16 May 2005 12:57:08 -0000	1.4.4.7
--- s_audio_pa.c	17 Jun 2005 15:25:19 -0000	1.4.4.8
***************
*** 48,51 ****
--- 48,53 ----
  static PaStreamCallback *pa_callback = NULL;
  
+ extern int sys_keepsched; /* defined in m_sched.c */
+ 
  int process (const void *input, void *output, unsigned long frameCount, 
  			 const PaStreamCallbackTimeInfo* timeInfo, 





More information about the Pd-cvs mailing list