From 84e4d27026c4904fc980dda31783acd6a25606f5 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 11 Mar 2011 12:11:01 +0100 Subject: Use correct library --- 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 4e1af56..fc36f2e 100644 --- a/src/uca.c +++ b/src/uca.c @@ -19,7 +19,7 @@ #include "cameras/pf.h" #endif -#ifdef HAVE_IPE_CAM +#ifdef HAVE_IPE_CAMERA #include "cameras/ipe.h" #endif @@ -94,7 +94,7 @@ struct uca_t *uca_init(void) #ifdef HAVE_PHOTON_FOCUS uca_pf_init, #endif -#ifdef HAVE_IPE_CAM +#ifdef HAVE_IPE_CAMERA uca_ipe_init, #endif #ifdef HAVE_PH -- cgit v1.2.3