From cdafa993ecb25cf669ca58d08aa562308068dc55 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 23 Oct 2003 17:22:20 +0000 Subject: Updated for PiDiP 0.12.10 svn path=/trunk/externals/pidip/; revision=1126 --- system/Makefile | 1 + system/pidip.c | 3 +++ 2 files changed, 4 insertions(+) (limited to 'system') 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(); -- cgit v1.2.1