- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
Many years ago, FAAD had a serious ABI bug: the NeAACDecInit() prototype in its header declared the "samplerate" parameter to be "unsigned long *", but internally, the function assumed it was "uint32_t *" instead. On 32 bit machines, that was no difference, but on 64 bit, this left one portion of the return value uninitialized; and worse, on big-endian, the wrong word was filled. This bug had to be worked around in MPD (commit 9c4e97a6). A few months later, the bug was fixed in the FAAD CVS in commit 1.117 on file libfaad/decoder.c; the commit message was: "Use public headers internally to prevent duplicate declarations" The commit message was too brief at best; the problem was not duplicate declarations, but a prototype mismatch. No mention of the bug fix in the ChangeLog. The MPD project never learned about this bug fix, and so MPD would always pass a "uin32_t *" dressed up as a "unsigned long *". Nearly 6 years later, it's about time to fix this second ABI problem. Let's kill the workaround!
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 06 Aug, 2013 1 commit
-
-
Max Kellermann authored
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.
-
- 29 Jan, 2013 4 commits
-
-
Max Kellermann authored
Drop support for the old faacDec* API.
-
Max Kellermann authored
Fixes build errors on systems without libfaad, when --disable-aac was not specified.
-
Max Kellermann authored
-
Max Kellermann authored
Some of these are not implemented properly and never worked. And the others are not useful; you can easily set environment variables instead.
-
- 28 Jan, 2013 1 commit
-
-
Max Kellermann authored
The underlying library has been obsolete for many years.
-
- 03 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
Rationale: vanilla libid3tag does not have any pkg-config stuff and fails to detect because symbols from libz are not found.
-
- 03 Aug, 2012 1 commit
-
-
Max Kellermann authored
Needed by ax_append_link_flags.m4.
-
- 02 Aug, 2012 1 commit
-
-
Max Kellermann authored
Produce a smaller binary by removing all unused functions.
-
- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
We'll add some C++11 code soon.
-
- 30 Jul, 2012 1 commit
-
-
Max Kellermann authored
Use standard scripts instead of MPD's custom implementation.
-
- 09 Oct, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't use MPC_CFLAGS, MPD_LIBS.
-
- 01 Sep, 2011 1 commit
-
-
Max Kellermann authored
Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback.
-
- 07 Jan, 2011 3 commits
-
-
Max Kellermann authored
Use "printf" instead.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes autotools warnings.
-
- 21 Apr, 2010 3 commits
-
-
Avuton Olrich authored
Add optional third value to results() to allow for non "yes" answers which are considered positive.
-
Avuton Olrich authored
-
Avuton Olrich authored
This commit adds a new pretty print menu, we've (far) outgrown the old menu which because hard to traverse.
-
- 16 Apr, 2010 1 commit
-
-
Avuton Olrich authored
-
- 20 Jan, 2010 2 commits
-
-
Max Kellermann authored
Use MPD_AUTO_RESULT(). Don't force libwrap by default.
-
Davide Camurri authored
-
- 26 May, 2009 1 commit
-
-
Max Kellermann authored
Append $FAAD_LIBS to $LIBS when detecting libmp4ff. $FAAD_LIBS may contain an important -L flag.
-
- 15 May, 2009 1 commit
-
-
Max Kellermann authored
The M4 function AM_PATH_LAME (m4/lame.m4) defined a configure flag named "--disable-lametest". This is redundant with configure.ac's --disable-lame-encoder, and specifying both options may break the build. Since AM_PATH_LAME is only called when the encoder plugin is enabled, we can safely remove that --disable-lametest option.
-
- 29 Apr, 2009 1 commit
-
-
Avuton Olrich authored
-
- 15 Apr, 2009 2 commits
-
-
Max Kellermann authored
This function checks whether a prerequisite for a feature was found.
-
Max Kellermann authored
When MPD_AUTO_DISABLED prints a fatal error message, include the feature name. This might be an important piece of information for the user, just in case the preceding line doesn't tell him.
-
- 29 Mar, 2009 1 commit
-
-
Max Kellermann authored
In the MPD_AUTO_DISABLED() function, I forgot to check for "explicitly disabled".
-
- 28 Mar, 2009 2 commits
-
-
Max Kellermann authored
MPD_AUTO_PKG() runs pkg-config and then forwards control to MPD_AUTO_RESULT(). This is a commonly used short cut.
-
Max Kellermann authored
This patch adds a small autoconf M4 library which deals with auto-detected features. The default for those features is "auto", which is like the old default: if the library is present on the system, enable the feature, disable otherwise. If the user explicitly enables that feature (--enable-alsa), and the library is not present, configure must fail, because it cannot fulfill the request.
-
- 06 Mar, 2009 4 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
Most strings have no capitalization at the beinning, make all strings non-capital.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 25 Feb, 2009 1 commit
-
-
Max Kellermann authored
Moved generic compiler options to AM_CFLAGS. MPD_CFLAGS/MPD_LIBS will hopefully fade away one day, in favor of more fine-grained variables.
-
- 05 Jan, 2009 1 commit
-
-
Max Kellermann authored
Both are unused.
-