summaryrefslogtreecommitdiff
path: root/webrtc/rtc_base
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes for MinGWArun Raghavan2021-10-193-2/+4
| | | | | | | | | | * Rename Windows.h uses to windows.h * Comment out structured exception handling usage Makes MinGW happier. Mostly the same as previous work by Nicolas Dufresne <nicolas.dufresne@collabora.com>, with the exception that we now don't try to invoke RaiseException which would fail in MinGW as it raises a Windows structured exception.
* build: Add framework deps on macOS and iOSArun Raghavan2021-06-181-1/+16
| | | | Part-of: <https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/21>
* arch.h: Add RISC-V supportZhaofeng Li2021-06-171-0/+7
|
* Fix build on AndroidArun Raghavan2021-06-051-0/+4
| | | | | There's a bit of system integration that we haven't pulled in (as it has transitive dependencies), so we manually stub it out.
* build: Make packages versionedArun Raghavan2020-10-231-1/+1
| | | | | | | | Since we cannot rely on the API to be stable upstream, let's start making the pkg-config, library, and include dir have a version suffix. This will allow different downstream projects depending on us to independently switch versions without packagers having to jump through hoops.
* Update to current webrtc libraryArun Raghavan2020-10-2383-0/+12861
This is from the upstream library commit id 3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium 88.0.4290.1.