[PD-cvs] pd/src s_audio_pa.c,1.4.4.9,1.4.4.10

Thomas Grill xovo at users.sourceforge.net
Sat Jul 30 23:51:36 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	s_audio_pa.c 
Log Message:
Compilation fix - we need the s_audio_pablio.h header for the CloseAudioStream prototype... does this have any side-effects?

Index: s_audio_pa.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_audio_pa.c,v
retrieving revision 1.4.4.9
retrieving revision 1.4.4.10
diff -C2 -d -r1.4.4.9 -r1.4.4.10
*** s_audio_pa.c	22 Jun 2005 18:46:31 -0000	1.4.4.9
--- s_audio_pa.c	30 Jul 2005 21:51:34 -0000	1.4.4.10
***************
*** 38,44 ****
  /* #define PABLOCKING */ 
  
! #ifndef PABLOCKING
  #include "s_audio_pablio.h"
! #endif
  
  static int pa_inchans, pa_outchans;
--- 38,45 ----
  /* #define PABLOCKING */ 
  
! //#ifndef PABLOCKING
! // TG: we need the header file for the CloseAudioStream prototype
  #include "s_audio_pablio.h"
! //#endif
  
  static int pa_inchans, pa_outchans;
***************
*** 401,405 ****
  }
  
! 
  
  void pa_listdevs(void)     /* lifted from pa_devs.c in portaudio */
--- 402,406 ----
  }
  
!  
  
  void pa_listdevs(void)     /* lifted from pa_devs.c in portaudio */





More information about the Pd-cvs mailing list