[PD-cvs] externals/pidip/system pidip.c,1.16.2.1,1.16.2.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed May 30 20:32:12 CEST 2007


Update of /cvsroot/pure-data/externals/pidip/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26105/system

Modified Files:
      Tag: branch-v0-39-2-extended
	pidip.c 
Log Message:
include pdp_ieee1394 on __APPLE__

Index: pidip.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/system/pidip.c,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -C2 -d -r1.16.2.1 -r1.16.2.2
*** pidip.c	10 May 2007 05:04:00 -0000	1.16.2.1
--- pidip.c	30 May 2007 18:32:09 -0000	1.16.2.2
***************
*** 81,84 ****
--- 81,88 ----
      void pdp_hue_setup(void);
  
+ #ifdef __APPLE__
+ 	void pdp_ieee1394_setup(void);
+ #endif
+ 
  #ifdef HAVE_IMAGE_MAGICK
      void pdp_capture_setup(void);
***************
*** 171,174 ****
--- 175,182 ----
      pdp_hue_setup();
  
+ #ifdef __APPLE__
+ 	pdp_ieee1394_setup();
+ #endif
+ 
  #ifdef HAVE_IMAGE_MAGICK
      pdp_capture_setup();





More information about the Pd-cvs mailing list