Commit 9c92d0041894131e3480290f96348d478f321996
1 parent
e808ad04
优化makefile
Showing
1 changed file
with
2 additions
and
2 deletions
build/src/Makefile
... | ... | @@ -22,7 +22,7 @@ DEFS = -DENABLE_DVPP_INTERFACE -DWITH_FACE_DET_SS -DPOST_USE_RABBITMQ |
22 | 22 | # -DUSE_VILLAGE |
23 | 23 | # DEFS = -DENABLE_DVPP_INTERFACE -DUSE_VILLAGE |
24 | 24 | |
25 | -include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ | |
25 | +include_dir=-I/usr/local/Ascend/ascend-toolkit/latest/include \ | |
26 | 26 | -I $(SRC_ROOT)/common \ |
27 | 27 | -I $(SPDLOG_ROOT)/include \ |
28 | 28 | -I $(OPENCV_ROOT)/include \ |
... | ... | @@ -43,7 +43,7 @@ LIBS= -L $(SPDLOG_ROOT)/lib -l:libspdlog.a \ |
43 | 43 | -L $(FFMPEG_ROOT)/lib -l:libavformat.a -l:libavcodec.a -l:libswscale.a -l:libavutil.a -l:libavfilter.a -l:libswresample.a -l:libavdevice.a -l:libx264.a\ |
44 | 44 | -L $(RABBITMQ_CLIENT_ROOT)/lib/aarch64-linux-gnu -l:librabbitmq.a \ |
45 | 45 | -L $(AUTHORITY_DIR)/lib -latlaslic \ |
46 | - -L/usr/local/Ascend/ascend-toolkit/6.3.RC1/runtime/lib64 -lacl_dvpp -lascendcl \ | |
46 | + -L/usr/local/Ascend/ascend-toolkit/latest/runtime/lib64 -lacl_dvpp -lascendcl \ | |
47 | 47 | -L $(BOOST_ROOT)/lib -lboost_system \ |
48 | 48 | |
49 | 49 | ... | ... |