From 47914146d954602238e7152831acd86e156832a8 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 18 Dec 2014 19:28:42 +0000
Subject: [PATCH] working stuffs

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c2eecd5..3247999 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
 endif
 CFLAGS= $(COMMON) $(OPTS)
 #CFLAGS= $(COMMON) -O0 -g
-LDFLAGS+=`pkg-config --libs opencv` -lm
+LDFLAGS+=`pkg-config --libs opencv` -lm -pthread
 VPATH=./src/
 EXEC=cnn
 OBJDIR=./obj/

--
Gitblit v1.10.0