- 21 May, 2022 2 commits
- 20 Oct, 2021 3 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
- 19 Oct, 2021 3 commits
-
-
Arun Raghavan authored
Hopefully we can drop this change with the next update.
-
Arun Raghavan authored
This should make things a bit easier.
-
Arun Raghavan authored
* 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.
-
- 08 Sep, 2021 1 commit
-
-
- 19 Jun, 2021 2 commits
-
-
Arun Raghavan authored
Avoid having to link webrtc-audio-processing with webrtc-audio-coding, and makes the required symbols directly available. Part-of: <!22>
-
Arun Raghavan authored
Part-of: <!21>
-
- 17 Jun, 2021 1 commit
-
-
- 05 Jun, 2021 2 commits
-
-
Arun Raghavan authored
This should help for cases where users can make abseil-cpp available but wiring up the CMake-build isn't that easy (for example, while cross-compiling).
-
Arun Raghavan authored
There's a bit of system integration that we haven't pulled in (as it has transitive dependencies), so we manually stub it out.
-
- 12 Feb, 2021 1 commit
-
-
Arun Raghavan authored
-
- 11 Dec, 2020 2 commits
-
-
Arun Raghavan authored
armv7 isn't a real cpu_family in meson, so drop that. The detection for __ARM_ARCH_ISA_ARM was also inverted. Fixes: #6
-
Arun Raghavan authored
This should be much more robust than looking up the library directly. Fixes: #4
-
- 10 Dec, 2020 2 commits
-
-
Arun Raghavan authored
Should make meson dist easier to work with.
-
Arun Raghavan authored
-
- 27 Nov, 2020 6 commits
-
-
Arun Raghavan authored
Missed a trailing '/' while generating the archive with disastrous results.
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
Arun Raghavan authored
-
- 28 Oct, 2020 1 commit
-
-
Guillaume Desmottes authored
Will allow us to build the libs as part of gst-build as subprojects.
-
- 26 Oct, 2020 1 commit
-
-
Arun Raghavan authored
-
- 23 Oct, 2020 3 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
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.
-
Arun Raghavan authored
This is from the upstream library commit id 3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium 88.0.4290.1.
-
- 20 Oct, 2020 1 commit
-
-
Arun Raghavan authored
-
- 12 Oct, 2020 1 commit
-
-
Arun Raghavan authored
This is what is expected to commonly be used with the meson build system.
-
- 27 Mar, 2020 1 commit
-
-
Guillaume Desmottes authored
This new lib contains the bare minimum to implement an iSAC encoder and decoder. The webrtc files have been copied from the revision as the existing imported files (c8b569e0a7ad0b369e15f0197b3a558699ec8efa).
-
- 24 Mar, 2020 3 commits
-
-
Guillaume Desmottes authored
-
Guillaume Desmottes authored
The bug preventing us to pass the library object to pkgconfig.generate() has been fixed in meson 0.52. By doing so the generated pc file has the right -L linker flag, making it easier to test the lib from non standard location. We also no longer have to pass libraries_private, it will handle it automatically.
-
Guillaume Desmottes authored
In Meson we trust.
-
- 31 Aug, 2019 1 commit
-
-
GNU/Hurd and GNU/kFreeBSD have basically the same userland as GNU/Linux, just not the same kernel.
-
- 08 Nov, 2018 1 commit
-
-
Matthew Waters authored
The assembly files used don't use the right comments for arm64
-
- 28 Oct, 2018 2 commits
-
-
Arun Raghavan authored
-
Arun Raghavan authored
-