Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: add macro MPD_DEFINE_CONDITIONAL | Max Kellermann | 2014-12-22 | 2 | -5/+9 |
| | |||||
* | m4/mpd_auto: fix description in AC_DEFINE() | Max Kellermann | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | configure.ac: use MPD_ENABLE_AUTO_LIB for libfaad | Max Kellermann | 2014-12-09 | 1 | -73/+0 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_LIB | Max Kellermann | 2014-12-09 | 1 | -0/+10 |
| | |||||
* | m4/mpd_with_flags: add macro MPD_WITH_FLAGS | Max Kellermann | 2014-12-09 | 1 | -0/+23 |
| | |||||
* | m4/mpd_auto.m4: fix option description in MPD_ARG_ENABLE | Max Kellermann | 2014-12-09 | 1 | -1/+1 |
| | | | | Was using the wrong variable. Regression by commit 16f870aa | ||||
* | m4/mpd_auto.m4: move code to MPD_ARG_ENABLE | Max Kellermann | 2014-12-08 | 1 | -20/+20 |
| | |||||
* | m4/mpd_auto.m4: fix displayed default value | Max Kellermann | 2014-12-08 | 1 | -2/+7 |
| | | | | | Was hard-coded to "auto", and the macro parameter was ignored (in the help text). | ||||
* | m4/mpd_func.m4: fix typo | Max Kellermann | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | m4/pretty_print.m4: eliminate "eval" | Max Kellermann | 2014-12-08 | 1 | -3/+1 |
| | |||||
* | m4/pretty_print.m4: drop support for "with_*" variables | Max Kellermann | 2014-12-08 | 1 | -9/+1 |
| | | | | Not used. | ||||
* | m4/mpd_auto.m4: fix inverted assignment after auto-detection | Max Kellermann | 2014-11-24 | 1 | -1/+1 |
| | | | | Broken by commit cdbdcec | ||||
* | configure.ac: add macro MPD_AUTO | Max Kellermann | 2014-11-23 | 1 | -17/+16 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 2014-11-22 | 1 | -0/+19 |
| | |||||
* | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | 2014-11-21 | 1 | -0/+27 |
| | | | | Simplify the definition of many build options. | ||||
* | m4/mpd_auto.m4: reduce "eval" bloat | Max Kellermann | 2014-11-21 | 1 | -44/+25 |
| | | | | Don't assign bash variables; instead, use the m4 parameters directly. | ||||
* | decoder/faad: remove workaround for ancient libfaad2 ABI bug | Max Kellermann | 2014-10-25 | 1 | -30/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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! | ||||
* | configure.ac: improve database dependency checks | Max Kellermann | 2014-10-24 | 1 | -0/+9 |
| | | | | | Abort if --enable-libmpdclient or --enable-upnp are used with --disable-database, instead of ignoring the mismatch silently. | ||||
* | configure.ac: check for Boost | Max Kellermann | 2014-06-11 | 1 | -0/+272 |
| | |||||
* | m4: update to pkg-config 0.28 | Max Kellermann | 2014-06-11 | 1 | -30/+87 |
| | |||||
* | m4: update to autoconf-archive 20140228 | Max Kellermann | 2014-06-11 | 5 | -10/+55 |
| | |||||
* | m4/ucred.m4: don't define _GNU_SOURCE | Max Kellermann | 2014-03-15 | 1 | -15/+1 |
| | | | | | Not necessary anymore, because we enable this flag unconditionally now. | ||||
* | m4: add missing file ax_pthread.m4 from autoconf-archive | Max Kellermann | 2014-03-01 | 1 | -0/+332 |
| | |||||
* | Add infrastructure for using multiple event loops | Denis Krjuchkov | 2013-11-27 | 1 | -0/+13 |
| | | | | | | | | | | | | This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well. | ||||
* | configure.ac: add function MPD_AUTO_LIB and use it | Max Kellermann | 2013-10-17 | 1 | -0/+17 |
| | |||||
* | configure.ac: pass option name to MPD_OPTIONAL_FUNC() | Max Kellermann | 2013-08-07 | 1 | -5/+5 |
| | |||||
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -0/+12 |
| | | | | | | 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. | ||||
* | decoder/faad: use the newer NeAAC* API | Max Kellermann | 2013-01-29 | 1 | -53/+12 |
| | | | | Drop support for the old faacDec* API. | ||||
* | faad.m4: clear FAAD_LIBS if faad got auto-disabled | Max Kellermann | 2013-01-29 | 1 | -0/+3 |
| | | | | | Fixes build errors on systems without libfaad, when --disable-aac was not specified. | ||||
* | faad.m4: don't add -I. to temporary CFLAGS | Max Kellermann | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | faad.m4: remove faad --with-* options | Max Kellermann | 2013-01-29 | 1 | -26/+2 |
| | | | | | | Some of these are not implemented properly and never worked. And the others are not useful; you can easily set environment variables instead. | ||||
* | decoder/mp4ff: delete obsolete plugin | Max Kellermann | 2013-01-28 | 1 | -34/+0 |
| | | | | The underlying library has been obsolete for many years. | ||||
* | Merge branch 'v0.17.x' | Max Kellermann | 2013-01-03 | 1 | -1/+2 |
|\ | |||||
| * | mpd_auto.m4: Pass libraries to AC_CHECK_LIB in MPD_AUTO_PKG_LIB | Denis Krjuchkov | 2013-01-03 | 1 | -1/+2 |
| | | | | | | | | | | Rationale: vanilla libid3tag does not have any pkg-config stuff and fails to detect because symbols from libz are not found. | ||||
* | | configure.ac: copy missing file m4/ax_check_link_flag.m4 | Max Kellermann | 2012-08-03 | 1 | -0/+71 |
| | | | | | | | | Needed by ax_append_link_flags.m4. | ||||
* | | configure.ac: enable --gc-sections | Max Kellermann | 2012-08-02 | 1 | -0/+61 |
| | | | | | | | | Produce a smaller binary by removing all unused functions. | ||||
* | | configure.ac: require C++11 compiler | Max Kellermann | 2012-08-01 | 1 | -0/+107 |
|/ | | | | We'll add some C++11 code soon. | ||||
* | configure.ac: replace MPD_CHECK_FLAG with autoconf-archive scripts | Max Kellermann | 2012-07-30 | 4 | -18/+204 |
| | | | | Use standard scripts instead of MPD's custom implementation. | ||||
* | configure.ac: use $LIBS instead of $MPD_LIBS | Max Kellermann | 2011-10-09 | 2 | -5/+5 |
| | |||||
* | configure.ac: substitute FAAD_CFLAGS, FAAD_LIBS | Max Kellermann | 2011-10-09 | 1 | -2/+8 |
| | | | | Don't use MPC_CFLAGS, MPD_LIBS. | ||||
* | configure.ac: fail if libid3tag was enabled explicitly, but not found | Max Kellermann | 2011-09-01 | 1 | -0/+15 |
| | | | | | Add M4 function MPD_AUTO_PKG_LIB for pkg-config with AC_CHECK_LIB fallback. | ||||
* | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 2 | -8/+8 |
|\ | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/directory.h | ||||
| * | configure.ac: use AC_LANG_SOURCE | Max Kellermann | 2011-01-07 | 2 | -8/+8 |
| | | | | | | | | Fixes autotools warnings. | ||||
* | | configure.ac: eliminate bashism "echo -n" | Max Kellermann | 2011-01-07 | 1 | -5/+5 |
| | | | | | | | | Use "printf" instead. | ||||
* | | configure.ac: avoid GNU extension in "expr match" call | Max Kellermann | 2011-01-07 | 1 | -1/+1 |
| | | |||||
* | | configure.ac: Add optional third variable to results. | Avuton Olrich | 2010-04-21 | 1 | -4/+6 |
| | | | | | | | | | | Add optional third value to results() to allow for non "yes" answers which are considered positive. | ||||
* | | libOggFLAC.m4: Remove libOggFLAC.m4 as it's buggy. | Avuton Olrich | 2010-04-21 | 1 | -116/+0 |
| | | |||||
* | | configure.ac: New pretty print results menu. | Avuton Olrich | 2010-04-21 | 1 | -0/+17 |
| | | | | | | | | | | This commit adds a new pretty print menu, we've (far) outgrown the old menu which because hard to traverse. | ||||
* | | lame.m4: Remove unused macro file | Avuton Olrich | 2010-04-15 | 1 | -111/+0 |
| | | |||||
* | | configure.ac: new libwrap autoconf test | Max Kellermann | 2010-01-20 | 1 | -32/+9 |
| | | | | | | | | Use MPD_AUTO_RESULT(). Don't force libwrap by default. |