Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-26 | Incorrect identifying of --with-tremor option in configure.ac | Victor A. Safronov | 1 | -3/+9 | |
[mk: moved check out of the AC_ARG_WITH block] | |||||
2009-05-08 | Modify version string to post-release version 0.15~git | Avuton Olrich | 1 | -1/+1 | |
2009-05-08 | mpd version 0.15~beta2release-0.15_beta2 | Avuton Olrich | 1 | -1/+1 | |
2009-04-30 | Modify version string to post-release version 0.15~git | Avuton Olrich | 1 | -1/+1 | |
2009-04-30 | mpd version 0.15~beta1release-0.15_beta1 | Avuton Olrich | 1 | -1/+1 | |
2009-04-29 | configure: Fix where mikmod was not explicitly disabled. | Avuton Olrich | 1 | -1/+1 | |
2009-04-15 | configure.ac: check for C++ detection failure | Max Kellermann | 1 | -0/+21 | |
When no C++ compiler is found, let CXX fall back to $CC, and disable all features which require C++. | |||||
2009-04-15 | configure.ac: automatically detect the sidplay decoder | Max Kellermann | 1 | -3/+3 | |
Set sidplay to "auto" by default, and enable it when it's found. | |||||
2009-04-15 | configure.ac: added a real check for libsidplay2 | Max Kellermann | 1 | -1/+16 | |
We still can't use the pkg-config file because it requires libtool. | |||||
2009-04-15 | configure.ac: moved the sidplay check to its argument | Max Kellermann | 1 | -11/+11 | |
Checks for features should be right next to its argument definition. | |||||
2009-04-13 | configure.ac: detect libiso9660 with pkg-config | Max Kellermann | 1 | -5/+2 | |
Fail if the iso9660 plugin is enabled but not found. | |||||
2009-04-13 | configure.ac: detect libzzip with pkg-config | Max Kellermann | 1 | -5/+2 | |
Fail if the zzip plugin is enabled but not found. | |||||
2009-04-13 | configure.ac: fail when bzip2 plugin is enabled but not found | Max Kellermann | 1 | -1/+1 | |
2009-04-06 | configure: add shout AC_DEFINE, otherwise it will not enable. | Avuton Olrich | 1 | -0/+3 | |
2009-04-02 | Modify version string to post-release version 0.15~git | Avuton Olrich | 1 | -1/+1 | |
2009-04-02 | mpd version 0.15~alpha1release-0.15_alpha1 | Avuton Olrich | 1 | -1/+1 | |
2009-04-01 | configure.ac: moved libmikmod test to --enable-mikmod | Max Kellermann | 1 | -13/+13 | |
2009-04-01 | configure.ac: renamed --enable-mod to --enable-mikmod | Max Kellermann | 1 | -11/+11 | |
2009-04-01 | configure.ac: renamed --enable-oggvorbis to --enable-vorbis | Max Kellermann | 1 | -14/+14 | |
2009-04-01 | Makefile.am: use TREMOR_CFLAGS and TREMOR_LIBS | Max Kellermann | 1 | -4/+6 | |
Don't append those two CFLAGS/LIBS in configure.ac. | |||||
2009-04-01 | configure.ac: renamed --enable-oggvorbis-encoder | Max Kellermann | 1 | -10/+10 | |
Renamed --enable-oggvorbis-encoder to --enable-vorbis-encoder. | |||||
2009-04-01 | configure.ac: renamed --enable-lame to --enable-lame-encoder | Max Kellermann | 1 | -12/+13 | |
2009-04-01 | configure.ac: fix typo in help string | Max Kellermann | 1 | -1/+1 | |
2009-04-01 | configure.ac: fail when LAME is enabled but not found | Max Kellermann | 1 | -7/+7 | |
Use MPD_AUTO_RESULT(), and set enable_lame to "auto" by default. | |||||
2009-04-01 | Makefile.am: use LAME_CFLAGS and LAME_LIBS | Max Kellermann | 1 | -2/+4 | |
Don't append LAME_CFLAGS/LAME_LIBS to MPD_CFLAGS/MPD_LIBS in configure.ac. Export them via AC_SUBST() instead. | |||||
2009-04-01 | configure.ac: fail when vorbis encoder is enabled but not found | Max Kellermann | 1 | -17/+5 | |
Use MPD_AUTO_PKG(). Removed the checks for the Ogg Vorbis decoder plugin, this is not directly related. | |||||
2009-04-01 | configure.ac: don't check for encoders when shout/httpd disabled | Max Kellermann | 1 | -4/+19 | |
Use the new $need_encoder variable to determine whether encoder plugins would actually be used if they were available. | |||||
2009-04-01 | configure.ac: auto-detect HTTPD plugin depending on encoders | Max Kellermann | 1 | -2/+13 | |
Enable the HTTPD output plugin by default, provided that the encoder API is available. | |||||
2009-04-01 | configure.ac: fail when shout is enabled but no libshout available | Max Kellermann | 1 | -6/+18 | |
This patch makes the shout checks use MPD_AUTO_PKG() instead of manually invoking PKG_CHECK_MODULES(). It sets the default value to "auto" instead of "no". | |||||
2009-04-01 | configure.ac: added variable $enable_encoder | Max Kellermann | 1 | -4/+10 | |
$enable_encoder specifies whether one or more encoder plugins are enabled. This simplifies several checks, and allows easier integration of more encoder plugins. | |||||
2009-04-01 | configure.ac: moved encoder checks to separate encoder section | Max Kellermann | 1 | -46/+53 | |
2009-04-01 | configure: remove --*-mp3, it is broken and not worth supporting | Avuton Olrich | 1 | -6/+0 | |
2009-03-31 | Configure/Make dependencies for cue/cue_tag.h/.c | Jochen Keil | 1 | -0/+20 | |
Autoconf/automake support for libcue which is needed for cue/cue_tag.h/.c. Libcue will have/has pkg-config support so this is fairly straightforward. | |||||
2009-03-28 | configure.ac: use more MPD_AUTO_PKG() | Max Kellermann | 1 | -86/+83 | |
2009-03-28 | configure.ac: added M4 function MPD_AUTO_PKG() for ALSA | Max Kellermann | 1 | -6/+2 | |
MPD_AUTO_PKG() runs pkg-config and then forwards control to MPD_AUTO_RESULT(). This is a commonly used short cut. | |||||
2009-03-28 | Makefile.am: use PULSE_CFLAGS and PULSE_LIBS | Max Kellermann | 1 | -4/+2 | |
Don't add those to MPD_CFLAGS and MPD_LIBS. | |||||
2009-03-28 | Makefile.am: use JACK_CFLAGS and JACK_LIBS | Max Kellermann | 1 | -5/+2 | |
Don't add those to MPD_CFLAGS and MPD_LIBS. | |||||
2009-03-28 | Makefile.am: use SAMPLERATE_CFLAGS and SAMPLERATE_LIBS | Max Kellermann | 1 | -4/+2 | |
Don't add those to MPD_CFLAGS and MPD_LIBS. | |||||
2009-03-28 | configure.ac: removed debug line | Max Kellermann | 1 | -1/+0 | |
2009-03-28 | configure.ac: fail when ALSA is enabled but not found | Max Kellermann | 1 | -4/+9 | |
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. | |||||
2009-03-27 | mpcdec: support the new libmpcdec SV8 API | Max Kellermann | 1 | -1/+9 | |
2009-03-27 | configure.ac: require GLib 2.6 | Max Kellermann | 1 | -2/+2 | |
We're using GLib macros which were introduced in GLib 2.6, like G_GNUC_MALLOC. Let's just drop support for GLib versions older than 2.6 instead of adding more complicated compatibility hacks. | |||||
2009-03-16 | solaris: new audio output plugin for Solaris /dev/audio | Max Kellermann | 1 | -0/+21 | |
2009-03-16 | configure: Merge lame*encoder to lame | Avuton Olrich | 1 | -17/+5 | |
2009-03-16 | configure: don't warn just because we don't have an optional library. | Avuton Olrich | 1 | -3/+2 | |
2009-03-16 | configure: error out against streaming output, not encoder. | Avuton Olrich | 1 | -2/+2 | |
2009-03-16 | configure: Always run pkg-config for shout, define AC_DEFINE if enabled | Avuton Olrich | 1 | -11/+4 | |
[mk: don't run pkg-config when shout is disabled] | |||||
2009-03-15 | configure: add shout autoconf argument. | Avuton Olrich | 1 | -0/+5 | |
2009-03-15 | configure: Fail if trying to build with streaming output and no encoder | Avuton Olrich | 1 | -0/+6 | |
2009-03-15 | configure: Move encoders to their own report section. | Avuton Olrich | 1 | -18/+24 | |