[PD-cvs] externals/pidip/system pidip.c,1.10,1.11

Yves Degoyon sevyves at users.sourceforge.net
Tue Mar 30 03:56:18 CEST 2004


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

Modified Files:
	pidip.c 
Log Message:
PiDiP 0.12.13

Index: pidip.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/system/pidip.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pidip.c	8 Dec 2003 22:45:55 -0000	1.10
--- pidip.c	30 Mar 2004 01:56:16 -0000	1.11
***************
*** 1,4 ****
--- 1,5 ----
  #include <stdio.h>
  #include  "pdp.h"
+ #include  "pidip_config.h"
  
  
***************
*** 47,52 ****
      // void pdp_aa_setup(void);
      void pdp_ascii_setup(void);
-     void pdp_ffmpeg_tilde_setup(void);
-     void pdp_live_tilde_setup(void);
      void pdp_segsnd_tilde_setup(void);
      void pdp_noquark_setup(void);
--- 48,51 ----
***************
*** 64,68 ****
--- 63,77 ----
      void pdp_pen_setup(void);
      void pdp_shape_setup(void);
+     void pdp_spotlight_setup(void);
  
+ #ifdef HAVE_PIDIP_FFMPEG
+     void pdp_ffmpeg_tilde_setup(void);
+     void pdp_live_tilde_setup(void);
+ #endif
+ 
+ #ifdef HAVE_PIDIP_MPEG4IP
+     void pdp_mp4live_tilde_setup(void);
+     void pdp_mp4player_tilde_setup(void);
+ #endif
  
  /* library setup routine */
***************
*** 109,114 ****
      // pdp_aa_setup();
      pdp_ascii_setup();
-     pdp_ffmpeg_tilde_setup();
-     pdp_live_tilde_setup();
      pdp_segsnd_tilde_setup();
      pdp_noquark_setup();
--- 118,121 ----
***************
*** 126,130 ****
--- 133,147 ----
      pdp_pen_setup();
      pdp_shape_setup();
+     pdp_spotlight_setup();
+ 
+ #ifdef HAVE_PIDIP_FFMPEG
+     pdp_ffmpeg_tilde_setup();
+     pdp_live_tilde_setup();
+ #endif
  
+ #ifdef HAVE_PIDIP_MPEG4IP
+     pdp_mp4live_tilde_setup();
+     pdp_mp4player_tilde_setup();
+ #endif
  }
  





More information about the Pd-cvs mailing list