Mercurial > hg > nsaunier > traffic-intelligence
changeset 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 | 41da2cdcd91c |
| children | 7f1e54234f96 |
| files | c/Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)
