- 03 May, 2019 1 commit
-
-
Max Kellermann authored
Fixes nullptr dereference when an exception gets thrown because there is no ".eh_frame" section for unwinding. Closes https://github.com/MusicPlayerDaemon/MPD/issues/543
-
- 23 Oct, 2018 1 commit
-
-
Max Kellermann authored
The flag `-stdlib=libc++` doesn't appear to work because it attempts to load `libc++` and not `libc++_static`, and it omits `libc++abi`.
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-
- 17 Aug, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 May, 2018 1 commit
-
-
Max Kellermann authored
-
- 04 Mar, 2018 3 commits
-
-
Max Kellermann authored
First commit for issue #69
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Feb, 2018 1 commit
-
-
Max Kellermann authored
Let FFmpeg do the MP3 decoding. See commit a4de9650
-
- 20 Feb, 2018 1 commit
-
-
Max Kellermann authored
Enable the NFS storage plugin on Android. Closes #226
-
- 09 Feb, 2018 2 commits
-
-
Max Kellermann authored
Closes #213.
-
Max Kellermann authored
Apparently, clang defaults to NEON when ARMv7 is used. Not all ARMv7 CPUs we target have NEON, so we need to disable that.
-
- 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
-
- 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.
-
- 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.
-
- 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 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-