- 01 Feb, 2020 2 commits
-
-
Max Kellermann authored
-
Rosen Penev authored
-
- 31 Jan, 2020 1 commit
-
-
Rosen Penev authored
max_frames is size_t, not unsigned long. Fixes GCC warning.
-
- 25 Jan, 2020 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
When calling OggSeekFindEOS() from inside a OggVisitor callback, then the #InputStream may be in the middle of an Ogg packet, and the newly initialized #ogg_sync_state will not be able to load it without the help of ogg_sync_pageseek(). By passing "synced=false" to OggSeekFindEOS(), we force the use of ogg_sync_pageseek() even when not actually seeking. Closes https://github.com/MusicPlayerDaemon/MPD/issues/719
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jan, 2020 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Google Play refuses uploads with a lower targetSdkVersion.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Remove the error message and instead erase the old setting if the "repeatable" flag is not set. https://github.com/MusicPlayerDaemon/MPD/issues/684
-
- 14 Jan, 2020 1 commit
-
-
Max Kellermann authored
By accident, this was only enabled for C.
-
- 12 Jan, 2020 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This flag doesn't appear to work, and since we never had a problem without the flag, implementing Google's recommendation is useless.
-
Max Kellermann authored
Don't export the symbols of all those static libraries. Most importantly, don't export the whole libc++ ABI.
-
Max Kellermann authored
-
Max Kellermann authored
These appear to be no longer necessary (tested with NDK r20b). Closes https://github.com/android/ndk/issues/951
-
Max Kellermann authored
This implicitly defines __ANDROID_API__, which means we can drop the "-D__ANDROID_API__=" parameter. This is recommended on https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md
-
Max Kellermann authored
It's not mentioned on https://developer.android.com/ndk/guides/other_build_systems
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/708
-
- 01 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 31 Dec, 2019 1 commit
-
-
Jacob Vosmaer authored
It appears that [[fallthrough]] is valid in C++ but not in C. And in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic about this and considers it an error to use [[fallthrough]] in a .c file such as src/util/format.c. This changes makes gcc_fallthrough a no-op under Clang in C files.
-
- 24 Dec, 2019 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Caused by 2bc127bb
-
Max Kellermann authored
This reverts commit 4475b8ca. Further testing revealed that the threaded resolver still uses a timeout of 0ms. This revert however lowers the bound to a minimum of 1ms instead of 10ms.
-
Max Kellermann authored
Like fe598e7d
-
Max Kellermann authored
-
Max Kellermann authored
The packages from the Travis image are good enough, and this speeds up the Travis build.
-
Max Kellermann authored
-