aboutsummaryrefslogtreecommitdiff
path: root/system/pidip.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-11-14 22:52:23 +0000
commitbf6d0609625714ed52acf19a007a378645de2faa (patch)
tree90043f233bffdd86898813e0fe7cb92582b8459a /system/pidip.c
parent5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (diff)
PiDiP v 0.12.17
svn path=/trunk/externals/pidip/; revision=2272
Diffstat (limited to 'system/pidip.c')
-rw-r--r--system/pidip.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/pidip.c b/system/pidip.c
index 8a62a6f..21c8d2d 100644
--- a/system/pidip.c
+++ b/system/pidip.c
@@ -64,6 +64,16 @@ extern "C"
void pdp_shape_setup(void);
void pdp_spotlight_setup(void);
void pdp_colorgrid_setup(void);
+ void pdp_binary_setup(void);
+ void pdp_erode_setup(void);
+ void pdp_dilate_setup(void);
+ void pdp_hitandmiss_setup(void);
+ void pdp_disintegration_setup(void);
+ void pdp_distance_setup(void);
+ void pdp_theorin_tilde_setup(void);
+ void pdp_theorout_tilde_setup(void);
+ void pdp_cropper_setup(void);
+ void pdp_background_setup(void);
#ifdef HAVE_PIDIP_FFMPEG
void pdp_ffmpeg_tilde_setup(void);
@@ -135,6 +145,16 @@ void pidip_setup(void){
pdp_shape_setup();
pdp_spotlight_setup();
pdp_colorgrid_setup();
+ pdp_binary_setup();
+ pdp_erode_setup();
+ pdp_dilate_setup();
+ pdp_hitandmiss_setup();
+ pdp_disintegration_setup();
+ pdp_distance_setup();
+ pdp_theorin_tilde_setup();
+ pdp_theorout_tilde_setup();
+ pdp_cropper_setup();
+ pdp_background_setup();
#ifdef HAVE_PIDIP_FFMPEG
pdp_ffmpeg_tilde_setup();