- 19 Jan, 2018 3 commits
-
-
Max Kellermann authored
Android native code should be position-independent. The NDK build scripts use "-fpic" instead of "-fPIC" for ARM, but that doesn't work with FFmpeg's assembly code, because it requires R_ARM_MOVW_ABS_NC which is unavailable with "-fpic".
-
Max Kellermann authored
By telling clang which implementation to use, we avoid the dependency on libstdc++.so.
-
Max Kellermann authored
-
- 05 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2018 1 commit
-
-
Max Kellermann authored
.. and make all library symbols hidden by default. Saves big amounts of .text section size with --gc-sections, because only this allows discarding unused functions from those (static) third-party libraries.
-
- 12 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 19 Jul, 2017 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2017 1 commit
-
-
Max Kellermann authored
Android is migrating away from GCC, and libstdc++ will disappear eventually.
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2016 4 commits
-
-
Max Kellermann authored
Support for GCC has been dropped from NDK r13. Let's switch everything to clang before they really remove GCC completely.
-
Max Kellermann authored
For Android NDK r13.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes various static library linker failures ("bad extended name entry at header"), because the wrong "ranlib" was used.
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 23 Nov, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Nov, 2015 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce dependencies on global variables.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2015 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Jun, 2015 1 commit
-
-
Max Kellermann authored
Not used anymore.
-
- 03 Jun, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 May, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Jan, 2015 1 commit
-
-
Max Kellermann authored
Fixes a bug that occurs when runing "build.py" from inside the "android" directory.
-
- 16 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 09 Jan, 2015 1 commit
-
-
Max Kellermann authored
Fixes in-tree build when the script is called as "android/build.py" and not "./android/build.py".
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 23 Dec, 2014 1 commit
-
-
Max Kellermann authored
-