From e65cb8180816043b827f2b27307c3712a0bdd9d8 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 十二月 2016 13:53:18 +0800
Subject: [PATCH] 

---
 RtspFace/demo/src/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RtspFace/demo/src/Makefile b/RtspFace/demo/src/Makefile
index 3613c47..3703b7a 100644
--- a/RtspFace/demo/src/Makefile
+++ b/RtspFace/demo/src/Makefile
@@ -1,8 +1,8 @@
 锘緾XX=g++
-CXXFLAGS:=-I/root/demo/include
+CXXFLAGS:=-I../include
 CXXFLAGS+=$(shell pkg-config --cflags opencv)
 
-LDFLAGS+=-L/root/demo/libs/linux-x86_64/lib_dummy
+LDFLAGS+=-L../libs/lib_dummy
 
 LIBS:=-lcvface_api -lpthread
 LIBS+=$(shell pkg-config --libs opencv)
@@ -21,4 +21,4 @@
 
 .PHONY: clean
 clean:
-	rm -f *.o 
\ No newline at end of file
+	rm -f *.o  demo
\ No newline at end of file

--
Gitblit v1.8.0