From 7950b86a4bf821e126d5e5659b772ce32faa1445 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 25 五月 2021 11:32:24 +0800
Subject: [PATCH] bug fixed declaration

---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6068781..bf2ed72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,4 +52,4 @@
 
 add_library(${BIN} SHARED ${FFMPEG_LIST})
 
-target_link_libraries(${BIN} ${LINK_LIB} -lz pthread dl rtspclient StreamParse)
+target_link_libraries(${BIN} ${LINK_LIB} pthread dl rtspclient StreamParse)

--
Gitblit v1.8.0