diff options
author | matthias <matthias@ipecaselle1> | 2011-03-11 12:11:01 +0100 |
---|---|---|
committer | matthias <matthias@ipecaselle1> | 2011-03-11 12:11:01 +0100 |
commit | 84e4d27026c4904fc980dda31783acd6a25606f5 (patch) | |
tree | 213b4ecdebed419d1d2afa4970c75ec857c6c19e /src/uca.c | |
parent | 9088b328b51e685d424fd21817e8aab456d6ab24 (diff) | |
download | uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.gz uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.bz2 uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.xz uca-84e4d27026c4904fc980dda31783acd6a25606f5.zip |
Use correct library
Diffstat (limited to 'src/uca.c')
-rw-r--r-- | src/uca.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |