From a8f1a15fb5982df6e7784db676f42d0d09f6e20a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 15 Dec 2011 09:20:52 +0100 Subject: Fix: break with current pcilib --- src/uca.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uca.c') diff --git a/src/uca.c b/src/uca.c index 59155cc..92b4125 100644 --- a/src/uca.c +++ b/src/uca.c @@ -18,7 +18,7 @@ #include "grabbers/me4.h" #endif -#ifdef HAVE_PCO_EDGE +#ifdef HAVE_PCO_CL #include "cameras/pco.h" #endif @@ -127,7 +127,7 @@ struct uca *uca_init(const char *config_filename) }; uca_cam_init cam_inits[] = { -#ifdef HAVE_PCO_EDGE +#ifdef HAVE_PCO_CL uca_pco_init, #endif #ifdef HAVE_PHOTON_FOCUS -- cgit v1.2.3