Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This enables the JACK output plugin on Windows, but doesn't link
against libjack64.dll, instead loads the DLL at runtime with
LoadLibrary(). This kludge avoids the extremely fragile JACK shared
memory protocol by using the system's libjack64.dll, without requiring
the same DLL at build time.
|
|
time
|
|
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1031
|
|
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1059
|
|
|
|
|
|
|
|
snprintf() is available on mingw, and the libnfs kludge broke the
build with mingw, because sprintf_s() was now both an inline function
and a "dllimport" function (because the macro renamed the inline
function snprintf() to sprintf_s() in mingw's stdio.h).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commit
https://github.com/mesonbuild/meson/commit/08224dafcba1b694fb624553e7d84deb565aae22
changed Meson to require BOOST_ROOT for cross builds.
|
|
release v0.21.24
|
|
Closes https://github.com/MusicPlayerDaemon/MPD/issues/891
|
|
|
|
Closes https://github.com/MusicPlayerDaemon/MPD/issues/866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|