- 18 Mar, 2019 1 commit
-
-
Max Kellermann authored
MPD sometimes uses version numbers like "0.22~git" to mark unreleased versions. That makes the win32 resource compiler unhappy, because it expects numbers only.
-
- 04 Nov, 2018 1 commit
-
-
Max Kellermann authored
Fixes #404
-
- 14 Oct, 2018 2 commits
-
-
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!
-
Max Kellermann authored
-
- 17 Aug, 2018 2 commits
-
-
Max Kellermann authored
-
Joshua Wise authored
The Curl plugin requires libexpat in order to work these days, so we should download and build it in order to get the plugin enabled on Windows.
-
- 12 May, 2018 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2018 2 commits
-
-
Max Kellermann authored
Now that all build failures have been fixed, we can enable the feature.
-
Max Kellermann authored
configure.ac sets this, but this wasn't used for compiling third-party libraries. This setting however is important for libnfs, which adds fallback definitions for POLLIN and POLLOUT with bogus values.
-
- 19 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 31 Aug, 2017 1 commit
-
-
Max Kellermann authored
Workaround for the following LAME build failure: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch This is because the LAME build scripts do not check whether SSE is available; they only check for the presence of the "xmmintrin.h" header. Requiring a Pentium 3 CPU is reasonable enough, and it's the first CPU to feature SSE support.
-
- 19 Jul, 2017 2 commits
-
-
Max Kellermann authored
Enable it in the Windows build script, closes #78. LAME currently doesn't support Android: checking host system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized
-
Max Kellermann authored
-
- 20 Feb, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allow multiple arguments.
-
Max Kellermann authored
-
- 26 Oct, 2016 1 commit
-
-
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 11 commits
-
-
Max Kellermann authored
-
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
Got lost in the previous commit.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Jun, 2015 1 commit
-
-
Max Kellermann authored
Not used anymore.
-
- 03 Jun, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
zlib cannot be built out-of-tree, and previously, we were building in the "src" directory, not in the "build" directory. The make_build_path() return value was unused.
-
- 05 May, 2015 1 commit
-
-
Max Kellermann authored
-