diff c/Makefile @ 121:c4d4b5b93add

copied the video_homography opencv sample
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 15 Aug 2011 12:53:10 -0400
parents 45a426552aaa
children d19d6e63dd77
line wrap: on
line diff
--- a/c/Makefile	Mon Aug 15 11:56:34 2011 -0400
+++ b/c/Makefile	Mon Aug 15 12:53:10 2011 -0400
@@ -17,7 +17,7 @@
 
 ifneq ($(OPENCV), 0)
 	CFLAGS += -DUSE_OPENCV
-	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml
+	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml -lopencv_features2d
 endif
 
 ifeq ($(UNAME), Linux)