aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-10-10 16:44:46 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-10-10 16:44:46 +0000
commit3aa8aa20a6a18759df7a39faedc24271ac63b0c2 (patch)
treee13ab276212a713fe547839847a58fe75107d1e4 /Makefile.in
parent674532bbdadd8f476616a202dc9766533c99416c (diff)
adapt headers to compile with Open Cv version 2.0
svn path=/trunk/externals/pix_opencv/; revision=12574
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bfc81a4..c7e2985 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,7 @@ ifeq ($(UNAME),Linux)
endif
ifeq ($(UNAME),Darwin)
CPPFLAGS += -DDARWIN
- INCLUDES += -I/System/Library/Frameworks/OpenCV.framework/Headers/
+ INCLUDES += -I/Library/Frameworks/OpenCV.framework/Headers/
LDFLAGS = -bundle -undefined dynamic_lookup
LIBS = -lm -framework OpenCV
EXTENSION = pd_darwin