From c525262af62e397f18021722d3312911d1b134b1 Mon Sep 17 00:00:00 2001
From: lyblsgo <lyblsgo@163.com>
Date: 星期一, 27 三月 2023 17:17:47 +0800
Subject: [PATCH] rm webrtc

---
 funasr/runtime/onnxruntime/src/CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/CMakeLists.txt b/funasr/runtime/onnxruntime/src/CMakeLists.txt
index 6ed9212..2a281eb 100644
--- a/funasr/runtime/onnxruntime/src/CMakeLists.txt
+++ b/funasr/runtime/onnxruntime/src/CMakeLists.txt
@@ -10,7 +10,7 @@
 
 if(WIN32)
 
-        set(EXTRA_LIBS libfftw3f-3 webrtcvad)
+        set(EXTRA_LIBS libfftw3f-3 yaml-cpp)
         if(CMAKE_CL_64)
             target_link_directories(rapidasr PUBLIC ${CMAKE_SOURCE_DIR}/win/lib/x64)
         else()
@@ -21,7 +21,7 @@
         target_compile_definitions(rapidasr PUBLIC -D_RPASR_API_EXPORT)
 else()
 
-    set(EXTRA_LIBS fftw3f webrtcvad pthread yaml-cpp)
+    set(EXTRA_LIBS fftw3f pthread yaml-cpp)
     target_include_directories(rapidasr PUBLIC "/usr/local/opt/fftw/include")
     target_link_directories(rapidasr PUBLIC "/usr/local/opt/fftw/lib")
 

--
Gitblit v1.9.1