video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-09-18 48ced28c279469fd57147cf59419c9655a73c5d4
CMakeLists.txt
@@ -48,6 +48,6 @@
file(GLOB_RECURSE FFMPEG_LIST ${CMAKE_SOURCE_DIR}/csrc/*.cpp)
list(APPEND FFMPEG_LIST ${CMAKE_SOURCE_DIR}/csrc/thirdparty/whereami/whereami.c)
add_library(${BIN} SHARED ${FFMPEG_LIST} ${CMAKE_SOURCE_DIR}/csrc/cffmpeg.cpp)
add_library(${BIN} SHARED ${FFMPEG_LIST})
target_link_libraries(${BIN} ${LINK_LIB} numa nppig nppicc nppc -lz pthread dl rtspclient StreamParse)