summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-12-15 09:20:52 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-12-15 09:20:52 +0100
commita8f1a15fb5982df6e7784db676f42d0d09f6e20a (patch)
treef0c11745d4b9285e6cee863e10e583df45ceeb38 /src/uca.c
parentbd7013de1e06a759e519ee5f9c203f4c03f25e83 (diff)
downloaduca-a8f1a15fb5982df6e7784db676f42d0d09f6e20a.tar.gz
uca-a8f1a15fb5982df6e7784db676f42d0d09f6e20a.tar.bz2
uca-a8f1a15fb5982df6e7784db676f42d0d09f6e20a.tar.xz
uca-a8f1a15fb5982df6e7784db676f42d0d09f6e20a.zip
Fix: break with current pcilib
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c4
1 files changed, 2 insertions, 2 deletions
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