changeset 170:e99f6c44a655

added lopencv_imgproc to linker
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 17 Oct 2011 00:07:18 -0400
parents 5f705809d37a
children 8e7b354666ec
files c/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/c/Makefile	Sat Oct 01 08:28:13 2011 -0400
+++ b/c/Makefile	Mon Oct 17 00:07:18 2011 -0400
@@ -20,7 +20,7 @@
 
 ifneq ($(OPENCV), 0)
 	CFLAGS += -DUSE_OPENCV
-	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml -lopencv_features2d
+	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml -lopencv_features2d -lopencv_imgproc
 endif
 
 ifeq ($(UNAME), Linux)