aboutsummaryrefslogtreecommitdiff
path: root/system/pidip.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/pidip.c')
-rw-r--r--system/pidip.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/system/pidip.c b/system/pidip.c
index 4563c84..181a33b 100644
--- a/system/pidip.c
+++ b/system/pidip.c
@@ -81,8 +81,12 @@ extern "C"
void pdp_hue_setup(void);
void pdp_dot_setup(void);
+#ifdef HAVE_V4L2
+ void pdp_v4l2_setup(void);
+#endif
+
#ifdef __APPLE__
- void pdp_ieee1394_setup(void);
+ void pdp_ieee1394_setup(void);
#endif
#ifdef HAVE_IMAGE_MAGICK
@@ -176,6 +180,10 @@ void pidip_setup(void){
pdp_hue_setup();
pdp_dot_setup();
+#ifdef HAVE_V4L2
+ pdp_v4l2_setup();
+#endif
+
#ifdef __APPLE__
pdp_ieee1394_setup();
#endif