From 4286e8a31fcaff11efc85641d3906aee1317cf32 Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 14 Oct 2025 17:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=8C=E6=88=90=EF=BC=8C?= =?UTF-8?q?=E5=87=86=E5=A4=87=E6=8E=A8=E9=80=81=E5=88=B0=E6=96=B0=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4edee36..c391782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,14 +34,12 @@ add_executable(camera_to_rtsp ${SRC_FILES}) # 链接库目录 link_directories( ${GSTREAMER_LIBRARY_DIRS} - ${GSTREAMER_RTSP_LIBRARY_DIRS} ${CMAKE_SOURCE_DIR}/third_party/lib ) # 链接库 target_link_libraries(camera_to_rtsp ${GSTREAMER_LIBRARIES} - ${GSTREAMER_RTSP_LIBRARIES} pthread ${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqttpp3.a ${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqtt3a.a