Skip to content

Commit

Permalink
remove libre & baresip
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaljain-apra committed Sep 4, 2024
1 parent 19190c3 commit 130ee2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ IF(ENABLE_CUDA)
find_library(NVBUFUTILSLIB nvbuf_utils REQUIRED)
find_library(EGLSTREAM_CAMCONSUMER_LIB nveglstream_camconsumer REQUIRED)
find_library(NVARGUS_SOCKETCLINET_LIB nvargus_socketclient REQUIRED)
find_library(LIBRE_LIB NAMES libre.so libre.a REQUIRED)
find_library(BARESIP_LIB NAMES libbaresip.so REQUIRED)
find_package(Curses REQUIRED)

set(VCPKG_GTK_INCLUDE_DIRS
Expand Down Expand Up @@ -127,8 +125,6 @@ IF(ENABLE_CUDA)
ELSEIF(ENABLE_LINUX)
find_library(LIBNVCUVID libnvcuvid.so PATHS /usr/lib/x86_64-linux-gnu NO_DEFAULT_PATH)
find_library(LIBNVENCODE libnvidia-encode.so PATHS /usr/lib/x86_64-linux-gnu NO_DEFAULT_PATH)
find_library(LIBRE_LIB NAMES libre.so libre.a REQUIRED)
find_library(BARESIP_LIB NAMES libbaresip.so REQUIRED)
SET(NVCODEC_LIB ${LIBNVCUVID} ${LIBNVENCODE})
SET(NVCUDAToolkit_LIBS
libcuda.so
Expand Down Expand Up @@ -512,8 +508,6 @@ target_include_directories ( aprapipes PRIVATE
${OpenCV_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
${LIBMP4_INC_DIR}
${BARESIP_INC_DIR}
${LIBRE_INC_DIR}
${NVCODEC_INCLUDE_DIR}
)

Expand Down
8 changes: 0 additions & 8 deletions base/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@
"name": "redis-plus-plus",
"platform": "!arm64"
},
{
"name": "re",
"platform": "!windows"
},
{
"name": "baresip",
"platform": "!windows"
},
{
"name": "libmp4"
}
Expand Down

0 comments on commit 130ee2d

Please sign in to comment.