Fix libsrtp openssl build
which broke since libsrtp included openssl/srtp.h instead of its own srtp.h due to the order of include directories BUG=webrtc:42234521 Change-Id: Idc5cba2114febd1e0835d201b6c23424a88e62d1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360705 Reviewed-by: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#42913}
This commit is contained in:
parent
9212f095a0
commit
86ac1df5ae
@ -182,10 +182,6 @@ rtc_source_set("external_hmac") {
|
||||
]
|
||||
if (rtc_build_libsrtp) {
|
||||
deps += [ "//third_party/libsrtp" ]
|
||||
configs = []
|
||||
if (!rtc_build_ssl) {
|
||||
configs += [ "..:external_ssl_library" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -615,10 +611,6 @@ rtc_source_set("srtp_session") {
|
||||
]
|
||||
if (rtc_build_libsrtp) {
|
||||
deps += [ "//third_party/libsrtp" ]
|
||||
configs = []
|
||||
if (!rtc_build_ssl) {
|
||||
configs += [ "..:external_ssl_library" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
rtc_source_set("srtp_transport") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user