Update of /cvsroot/pure-data/externals/pidip/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26783/system
Modified Files: 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.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** pidip.c 11 Dec 2006 23:02:16 -0000 1.17 --- pidip.c 30 May 2007 18:34:05 -0000 1.18 *************** *** 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();