Mercurial > hg > nsaunier > traffic-intelligence
diff c/Makefile @ 84:731df2fa0010
correction to compile with latest opencv
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 29 Mar 2011 01:47:00 -0400 |
| parents | a52653dca25d |
| children | 626560624d55 |
line wrap: on
line diff
--- a/c/Makefile Fri Mar 18 15:06:16 2011 -0400 +++ b/c/Makefile Tue Mar 29 01:47:00 2011 -0400 @@ -16,7 +16,7 @@ ifneq ($(OPENCV), 0) CFLAGS += -DUSE_OPENCV - LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_ml + LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml endif ifeq ($(UNAME), Linux)
