summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
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