You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,6 +85,15 @@ if (NOT EXISTS ${WEBRTCOBJS}/${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_
92
85
endif()
93
86
endif()
94
87
88
+
89
+
# alsa ?
90
+
find_package(ALSA QUIET)
91
+
MESSAGE("ALSA_FOUND = ${ALSA_FOUND}")
92
+
93
+
# pulse ?
94
+
find_package(PulseAudio QUIET)
95
+
MESSAGE("PulseAudio_FOUND = ${PulseAudio_FOUND}")
96
+
95
97
set (WEBRTCARGS rtc_include_tests=false\nrtc_enable_protobuf=false\nrtc_build_examples=false\ntreat_warnings_as_errors=false\nenable_js_protobuf=false\nuse_glib=false\n)
96
98
set (WEBRTCARGS libyuv_use_sme=false\n${WEBRTCARGS})
97
99
if (CMAKE_CXX_COMPILER_ID STREQUAL"Clang"ANDNOTWIN32)
@@ -273,6 +275,10 @@ if (EXISTS ${WEBRTCOBJS}/buildtools/third_party/libc++abi/${CMAKE_STATIC_LIBRARY
0 commit comments