aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2005-01-02 06:02:50 +0000
committerN.N. <sevyves@users.sourceforge.net>2005-01-02 06:02:50 +0000
commit304d25a2828076188afbd32757f5a67009ed866b (patch)
treeafce5fc762fee332916fb5cb4d9e874c95860c52 /system
parenta9cfc5852d75ca1c62e4c97e3334c99ee2f2f9a8 (diff)
PiDiP 0.12.18
svn path=/trunk/externals/pidip/; revision=2440
Diffstat (limited to 'system')
-rw-r--r--system/pidip.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/pidip.c b/system/pidip.c
index 21c8d2d..31c7c55 100644
--- a/system/pidip.c
+++ b/system/pidip.c
@@ -74,6 +74,9 @@ extern "C"
void pdp_theorout_tilde_setup(void);
void pdp_cropper_setup(void);
void pdp_background_setup(void);
+ void pdp_mapper_setup(void);
+ void pdp_theonice_tilde_setup(void);
+ void pdp_icedthe_tilde_setup(void);
#ifdef HAVE_PIDIP_FFMPEG
void pdp_ffmpeg_tilde_setup(void);
@@ -155,6 +158,9 @@ void pidip_setup(void){
pdp_theorout_tilde_setup();
pdp_cropper_setup();
pdp_background_setup();
+ pdp_mapper_setup();
+ pdp_theonice_tilde_setup();
+ pdp_icedthe_tilde_setup();
#ifdef HAVE_PIDIP_FFMPEG
pdp_ffmpeg_tilde_setup();