- 24 Aug, 2020 2 commits
-
-
Julien Wadel authored
Generic pdb installation See merge request !2
-
Julien Wadel authored
-
- 11 Feb, 2020 2 commits
-
-
Julien Wadel authored
Set installation to CMAKE_INSTALL_LIBDIR/CMAKE_INSTALL_BINDIR as GNU standard installation See merge request !1
-
Julien Wadel authored
-
- 23 Nov, 2018 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
This reverts commit 4cd082b6.
-
- 06 May, 2016 5 commits
-
-
Ghislain MARY authored
Adapted from upstream commit 3c6813df08299433a32e56e90e2820b25346d07a.
-
Ghislain MARY authored
Adapted from upstream commit dae006d1def007dddad9a202a0593b478eab503f.
-
Ghislain MARY authored
Adapted from upstream commit 3f7149c1c8f211c9ef5eb6c4012f078d9d08387b.
-
Ghislain MARY authored
Adapted from upstream commit b3f9759c8c9437c45b9a34519ce2ea38a8314d4e.
-
Ghislain MARY authored
Adapted from upstream commit 54cdefc7c79c60514d3c37458df285547f4008fd.
-
- 07 Nov, 2014 5 commits
-
-
Martin Storsjo authored
Adapted from upstream commit 7cff5732dd9876ee9aabf08147e7efe3503637ff.
-
Ard Biesheuvel authored
The ARM assembly contains a couple of hand-coded PC relative references to data defined in other object files. Make sure the externs are tagged as hidden so the linker knows that it can resolve the reference locally at build time. Adapted from upstream commit 97e3e847179c17eb9059fb322413b6facd3e5a03.
-
Ashok Bhat authored
This patch prevents ARM neon code from being included for Arm64, where ARM is the 2nd architecture. Adapted from upstream commit db46c2f8ff4b305a217adbbd406a61d10ae71db7.
-
Dan Morrill authored
Adapted from upstream commit 0e6858d6aea12fc585a8c7d217c1271878655081.
-
Andreas Huber authored
Adapted from upstream commits 84333e0475bc911adc16417f4ca327c975cf6c36 and 442cc6dc48f8188e097617f7f804c314a9dacd0e.
-
- 27 Jul, 2013 1 commit
-
-
Martin Storsjo authored
-
- 25 Jul, 2013 1 commit
-
-
Ying Wang authored
Adapted from upstream commit ecba7488c5cceaacef95836b1b476433451e7761.
-
- 19 Oct, 2012 1 commit
-
-
Nick Kralevich authored
In 74bc3e133bd59a65dbed70b5fc89549f04a545e2, a bunch of text relocations were cleaned up from amrwbenc. Looks like we forgot one. Fixed. Change-Id: I80d4c68be435c3461731374d2b6d3bdbd61354a5 Adapted from upstream commit c40e9b86092e67f245ba8f05244f578b26e49fe2.
-
- 16 Aug, 2012 3 commits
-
-
Ard Biesheuvel authored
Change-Id: I47235fc4afe6b916da1e999401fb3c8b12c94e62 Adapted from upstream commit 74bc3e133bd59a65dbed70b5fc89549f04a545e2.
-
Martin Storsjo authored
-
Martin Storsjo authored
These typedefs aren't used anywhere, and their description doesn't really match their actual definition.
-
- 12 Jul, 2012 6 commits
-
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
By default automake thinks the project is part of GNU and enforces the presence of some files. By declaring the project foreign, we can remove the 0-sized files.
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
This simply means the comments are not copied into the executed configure script.
-
Diego Elio Pettenò authored
Unless configure uses $host there is no reason to call it directly.
-
- 10 Jul, 2012 5 commits
-
-
Martin Storsjo authored
-
James Dong authored
Change-Id: I0a3af3e2abdedebd5934f3d941d01c32cfc75e26 Adpated from upstream commit 3d51d5cb53cc630709a0ba78d0e60501a675f2d5.
-
James Dong authored
Adapted from upstream commits 6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb and 559bf2836f5da25b75bfb229fec0d20d540ee426.
-
Andreas Huber authored
Change-Id: Ifbdf252ee312c9cb5ab29498f1e06dae8f23faf7 Adapted from upstream commit ded61aa958278147b5a150c189f86d025165f095.
-
Andreas Huber authored
Change-Id: Iebfb2696783a0163369ba4e8ef72e19ee76ad893 Adapted from upstream commit 83f70f4472e9b0cacc5d372eddfcef4b02662d10.
-
- 01 Jul, 2012 1 commit
-
-
Martin Storsjo authored
-
- 23 May, 2012 1 commit
-
-
Martin Storsjo authored
-
- 02 May, 2012 1 commit
-
-
Martin Storsjo authored
The encoder common library doesn't contain any source code with assembly optimizations (there is nothing using the defines in the single source file in the library), and the source directories added to the include path do not exist.
-
- 09 Mar, 2012 1 commit
-
-
Martin Storsjo authored
For GCC, all of inline, __inline and __inline__ work fine. For MSVC, only __inline works. (__inline should also be accepted by RVCT.)
-
- 27 Feb, 2012 2 commits
-
-
Martin Storsjo authored
This avoids warnings about 'static' not being at the beginning of the declarations, if building with -W (as the source is built in android).
-
Martin Storsjo authored
Since the Length field is unsigned, the comparison will always be false. The corresponding code in the aac encoder doesn't have any check for Length. This avoids a warning about comparison always being false, if building with -W (as the source is built in android).
-
- 20 Feb, 2012 1 commit
-
-
Martin Storsjo authored
-