[PD-cvs] externals/tb/sndfiler/src sndfiler.c, 1.8, 1.9 Makefile.pd_main, 1.3, 1.4

Georg Holzmann grholzi at users.sourceforge.net
Sun Jan 29 20:29:31 CET 2006


Update of /cvsroot/pure-data/externals/tb/sndfiler/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18830

Modified Files:
	sndfiler.c Makefile.pd_main 
Log Message:
fixed compilation for main pd


Index: sndfiler.c
===================================================================
RCS file: /cvsroot/pure-data/externals/tb/sndfiler/src/sndfiler.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sndfiler.c	20 Jan 2006 07:39:13 -0000	1.8
--- sndfiler.c	29 Jan 2006 19:29:29 -0000	1.9
***************
*** 47,51 ****
  
  #include "pthread.h"
- #include "semaphore.h"
  
  #endif /* USE_PD_MAIN */
--- 47,50 ----
***************
*** 58,61 ****
--- 57,61 ----
  #include "sched.h" /* for thread priority */
  #include <string.h>
+ #include "semaphore.h"
  
  /* for alloca */

Index: Makefile.pd_main
===================================================================
RCS file: /cvsroot/pure-data/externals/tb/sndfiler/src/Makefile.pd_main,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.pd_main	21 Nov 2005 17:04:05 -0000	1.3
--- Makefile.pd_main	29 Jan 2006 19:29:29 -0000	1.4
***************
*** 5,9 ****
  # this should point to the directory which contains
  # m_pd.h and g_canvas.h
! PD_SCR = /home/holzi/pd-0.39-1/src
  #PD_SCR = c:/pd/src
  
--- 5,9 ----
  # this should point to the directory which contains
  # m_pd.h and g_canvas.h
! PD_SCR = /usr/local/src/pd/src
  #PD_SCR = c:/pd/src
  
***************
*** 20,27 ****
  # (in linux it' normally not necessary, in windows it's
  # normally in c:/windwos/system or so)
! SNDFILE_PATH = c:/windows/system
  
  # path to threadlib.h
! THREADLIB_SRC = /home/Georg/pd-cvs/externals/grh/threadlib/src
  #THREADLIB_SRC = c:/Georg/pd-cvs/externals/grh/threadlib/src
  
--- 20,27 ----
  # (in linux it' normally not necessary, in windows it's
  # normally in c:/windwos/system or so)
! #SNDFILE_PATH = c:/windows/system
  
  # path to threadlib.h
! THREADLIB_SRC = /home/holzi/pd-cvs/externals/grh/threadlib/src
  #THREADLIB_SRC = c:/Georg/pd-cvs/externals/grh/threadlib/src
  





More information about the Pd-cvs mailing list