From 1aa8b1f672dd0d8ac8bbaa97eb7a763cdaa114b3 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 25 Feb 2011 16:27:59 +0100 Subject: Build support for every available camera --- src/uca.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/uca.c b/src/uca.c index 9f2064f..3ee6c33 100644 --- a/src/uca.c +++ b/src/uca.c @@ -23,9 +23,11 @@ struct uca_t *uca_init() uca_cam_init inits[] = { #ifdef HAVE_PCO_EDGE uca_pco_init, -#elif HAVE_PHOTON_FOCUS +#endif +#ifdef HAVE_PHOTON_FOCUS uca_pf_init, -#elif HAVE_IPE_CAM +#endif +#ifdef HAVE_IPE_CAM uca_ipe_init, #endif NULL }; -- cgit v1.2.3