- 28 Oct, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Oct, 2016 17 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Unused.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
If an error has already been set by f.directory->storage->GetInfo(), don't set it again.
-
Max Kellermann authored
-
Max Kellermann authored
-
-
Max Kellermann authored
-
Max Kellermann authored
It was used in a wrong way, which did not deal with errors consistently. And if that's wrong, there is no need for FindStorage() at all - let's remove it and the confusion around it.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Oct, 2016 19 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
An empty packet would be a command for avcodec_send_packet() to finalize the codec. Fixes https://bugs.musicpd.org/view.php?id=4588
-
Max Kellermann authored
By declaring the variable-length array to have a nominal size of 1, struct TagPoolSlot shrinks from 24 bytes to 16 bytes, because "ref" and "item" now both fit in one machine word.
-
Max Kellermann authored
The "packed" attribute triggers a clang 4.0 warning, and it's not necessary. All we want is correct allocation of this dynamically-sized struct.
-
Max Kellermann authored
-
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
Causes compatibility problems, because FFmpeg expects the GNU as syntax. This FFmpeg bug report has some information, but it was closed as "invalid": https://trac.ffmpeg.org/ticket/5158
-
Max Kellermann authored
For Android NDK r13.
-
Max Kellermann authored
-
Max Kellermann authored
DESTDIR is for installing to a chroot, but this is not one. Instead, we want real absolute paths in the pkg-config file.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes various static library linker failures ("bad extended name entry at header"), because the wrong "ranlib" was used.
-
Felix Hädicke authored
-
Max Kellermann authored
autoconf depends on libtoolize.
-
Max Kellermann authored
This doesn't make sense on Android; there is no home directory for users.
-
Max Kellermann authored
-
- 25 Oct, 2016 1 commit
-
-
Max Kellermann authored
-