comparison c/Makefile @ 924:a71455bd8367

work in progress on undistortion acceleration
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 07 Jul 2017 18:01:45 -0400
parents 5852a3cdd455
children add667153087
comparison
equal deleted inserted replaced
923:238008f81c16 924:a71455bd8367
17 CFLAGS = -Wall -W -Wextra -std=c++11 17 CFLAGS = -Wall -W -Wextra -std=c++11
18 UNAME = $(shell uname) 18 UNAME = $(shell uname)
19 19
20 ifneq ($(OPENCV), 0) 20 ifneq ($(OPENCV), 0)
21 CFLAGS += -DUSE_OPENCV 21 CFLAGS += -DUSE_OPENCV
22 LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_features2d -lopencv_imgproc 22 LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_features2d -lopencv_imgproc -lopencv_calib3d
23 endif 23 endif
24 24
25 #LDFLAGS += -Wl,--as-needed -Wl,-Bdynamic,-lgcc_s,-Bstatic 25 #LDFLAGS += -Wl,--as-needed -Wl,-Bdynamic,-lgcc_s,-Bstatic
26 26
27 ifeq ($(UNAME), Linux) 27 ifeq ($(UNAME), Linux)