Skip to content

Commit 80c6dbb

Browse files
dpinophiln
authored andcommitted
Remove references to WebRTC third party library usrsctp
https://bugs.webkit.org/show_bug.cgi?id=248336 Reviewed by Youenn Fablet and Carlos Garcia Campos. The library was removed in 256830@main but there were still references to it in LibWebRTC's CMakeLists.txt. * Source/ThirdParty/libwebrtc/CMakeLists.txt: Remove references to usrsctp. * Source/ThirdParty/libwebrtc/Source/DEPS: Remove references to usrsctp. Canonical link: https://commits.webkit.org/257020@main
1 parent 2678a53 commit 80c6dbb

2 files changed

Lines changed: 0 additions & 71 deletions

File tree

Source/ThirdParty/libwebrtc/CMakeLists.txt

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,30 +2155,6 @@ else ()
21552155
Source/third_party/libyuv/source/scale_neon.cc
21562156
Source/third_party/libyuv/source/scale_neon64.cc
21572157

2158-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c
2159-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_auth.c
2160-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_bsd_addr.c
2161-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_callout.c
2162-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_cc_functions.c
2163-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_crc32.c
2164-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_indata.c
2165-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c
2166-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c
2167-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_pcb.c
2168-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_peeloff.c
2169-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sha1.c
2170-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_ss_functions.c
2171-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sysctl.c
2172-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_timer.c
2173-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c
2174-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_usrreq.c
2175-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctputil.c
2176-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet6/sctp6_usrreq.c
2177-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_environment.c
2178-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_mbuf.c
2179-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_recv_thread.c
2180-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_socket.c
2181-
21822158
Source/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc
21832159
Source/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc
21842160
Source/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc
@@ -2300,10 +2276,6 @@ set(webrtc_INCLUDE_DIRECTORIES PRIVATE
23002276
Source/third_party/opus/src/include
23012277
Source/third_party/opus/src/silk
23022278
Source/third_party/opus/src/silk/float
2303-
Source/third_party/usrsctp
2304-
Source/third_party/usrsctp/usrsctplib
2305-
Source/third_party/usrsctp/usrsctplib/usrsctplib
2306-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet
23072279
Source/webrtc
23082280
Source/webrtc/common_audio/resampler/include
23092281
Source/webrtc/common_audio/signal_processing/include
@@ -2389,47 +2361,6 @@ target_include_directories(libsrtp PRIVATE
23892361
)
23902362

23912363
if (APPLE)
2392-
add_library(usrsctp STATIC
2393-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c
2394-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_auth.c
2395-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_bsd_addr.c
2396-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_callout.c
2397-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_cc_functions.c
2398-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_crc32.c
2399-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_indata.c
2400-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c
2401-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c
2402-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_pcb.c
2403-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_peeloff.c
2404-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sha1.c
2405-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_ss_functions.c
2406-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sysctl.c
2407-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_timer.c
2408-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c
2409-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_usrreq.c
2410-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctputil.c
2411-
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet6/sctp6_usrreq.c
2412-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_environment.c
2413-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_mbuf.c
2414-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_recv_thread.c
2415-
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_socket.c
2416-
)
2417-
target_compile_options(usrsctp PRIVATE
2418-
-D__Userspace_os_Darwin
2419-
)
2420-
2421-
target_include_directories(usrsctp PRIVATE
2422-
Source/third_party/boringssl/src/include
2423-
Source/third_party/usrsctp/usrsctplib/usrsctplib
2424-
)
2425-
2426-
target_compile_definitions(usrsctp PRIVATE
2427-
__Userspace__
2428-
SCTP_SIMPLE_ALLOCATOR
2429-
SCTP_PROCESS_LEVEL_LOCKS
2430-
SCTP_USE_OPENSSL_SHA1
2431-
)
2432-
24332364
set(opus_SOURCES
24342365
Source/third_party/opus/src/celt/kiss_fft.c
24352366
Source/third_party/opus/src/celt/rate.c

Source/ThirdParty/libwebrtc/Source/DEPS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ deps = {
6969
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac',
7070
'src/third_party/openmax_dl':
7171
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
72-
'src/third_party/usrsctp/usrsctplib':
73-
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '2f6478eb8d40f1766a96b5b033ed26c0c2244589',
7472
'src/third_party/yasm/source/patched-yasm':
7573
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
7674
'src/tools':

0 commit comments

Comments
 (0)