Commit fdaddb92dede9f9f7f4eb9fc7d6cb13e9fe95f68

Authored by Hu Chunming
1 parent 8533fd11

更新makdfile

Showing 1 changed file with 2 additions and 2 deletions
build/demo/Makefile
@@ -17,7 +17,7 @@ RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release @@ -17,7 +17,7 @@ RABBITMQ_CLIENT_ROOT = $(THIRDPARTY_ROOT)/rabbitmq-c-0.11.0/release
17 17
18 DEFS = -DENABLE_DVPP_INTERFACE 18 DEFS = -DENABLE_DVPP_INTERFACE
19 19
20 -include_dir=-I/usr/local/Ascend/ascend-toolkit/6.3.RC1/aarch64-linux/include \ 20 +include_dir=-I/usr/local/Ascend/ascend-toolkit/latest/aarch64-linux/include \
21 -I $(SPDLOG_ROOT)/include \ 21 -I $(SPDLOG_ROOT)/include \
22 -I $(SRC_ROOT)/common \ 22 -I $(SRC_ROOT)/common \
23 -I $(OPENCV_ROOT)/include \ 23 -I $(OPENCV_ROOT)/include \
@@ -30,7 +30,7 @@ LIBS= -L $(DEPEND_DIR) -lvpt_det_vdec -lsycheck -lface_det_vdec -lhs_tri_process @@ -30,7 +30,7 @@ LIBS= -L $(DEPEND_DIR) -lvpt_det_vdec -lsycheck -lface_det_vdec -lhs_tri_process
30 -L $(JSON_ROOT)/lib -ljsoncpp \ 30 -L $(JSON_ROOT)/lib -ljsoncpp \
31 -L $(FFMPEG_ROOT)/lib -lavformat -lavcodec -lswscale -lavutil -lavfilter -lswresample -lavdevice -lx264\ 31 -L $(FFMPEG_ROOT)/lib -lavformat -lavcodec -lswscale -lavutil -lavfilter -lswresample -lavdevice -lx264\
32 -L $(RABBITMQ_CLIENT_ROOT)/lib/aarch64-linux-gnu -lrabbitmq \ 32 -L $(RABBITMQ_CLIENT_ROOT)/lib/aarch64-linux-gnu -lrabbitmq \
33 - -L/usr/local/Ascend/ascend-toolkit/6.3.RC1/runtime/lib64 -lacl_dvpp -lascendcl \ 33 + -L/usr/local/Ascend/ascend-toolkit/latest/runtime/lib64 -lacl_dvpp -lascendcl \
34 34
35 CXXFLAGS= -g -O0 -fPIC $(include_dir) $(lib_dir) $(lib) $(LIBS) $(DEFS) -lpthread -lrt -lz -fexceptions -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0 -fvisibility=hidden -Wall -Wno-deprecated -Wdeprecated-declarations -Wl,-Bsymbolic -ldl 35 CXXFLAGS= -g -O0 -fPIC $(include_dir) $(lib_dir) $(lib) $(LIBS) $(DEFS) -lpthread -lrt -lz -fexceptions -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0 -fvisibility=hidden -Wall -Wno-deprecated -Wdeprecated-declarations -Wl,-Bsymbolic -ldl
36 36