aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2003-10-23 17:22:20 +0000
committerN.N. <sevyves@users.sourceforge.net>2003-10-23 17:22:20 +0000
commitcdafa993ecb25cf669ca58d08aa562308068dc55 (patch)
tree5774c42879ad7f1fddd097f4dfb572f6f64fea76 /system
parent89195d04ec85c7f34341508a3e2b094a8d897b93 (diff)
Updated for PiDiP 0.12.10
svn path=/trunk/externals/pidip/; revision=1126
Diffstat (limited to 'system')
-rw-r--r--system/Makefile1
-rw-r--r--system/pidip.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/system/Makefile b/system/Makefile
index fc2c9ac..228cada 100644
--- a/system/Makefile
+++ b/system/Makefile
@@ -1,3 +1,4 @@
+# Generated automatically from Makefile.in by configure.
current: all_modules
include ../Makefile
diff --git a/system/pidip.c b/system/pidip.c
index c27edc2..c663093 100644
--- a/system/pidip.c
+++ b/system/pidip.c
@@ -14,6 +14,7 @@ extern "C"
void pdp_vertigo_setup(void);
void pdp_yvu2rgb_setup(void);
void pdp_yqt_setup(void);
+ void pdp_fqt_setup(void);
void pdp_lens_setup(void);
void pdp_baltan_setup(void);
void pdp_aging_setup(void);
@@ -68,6 +69,7 @@ void pidip_setup(void){
pdp_intrusion_setup();
pdp_yqt_setup();
+ pdp_fqt_setup();
pdp_simura_setup();
pdp_underwatch_setup();
pdp_vertigo_setup();
@@ -108,6 +110,7 @@ void pidip_setup(void){
pdp_noquark_setup();
pdp_juxta_setup();
pdp_capture_setup();
+ pdp_smuck_setup();
pdp_lumafilt_setup();
pdp_transition_setup();
pdp_imgloader_setup();