aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-16
|\
| * mpd version 0.15.1Avuton Olrich2009-07-15
| |
| * configure.ac: fail when ffmpeg is enabled, but not foundMax Kellermann2009-07-14
| |
| * configure.ac: fix the --disable-ffmpeg help textMax Kellermann2009-06-25
| |
| * NEWS: updated NEWS file for 0.15.1Max Kellermann2009-06-25
| |
* | encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-14
| | | | | | | | | | | | | | This encoder plugin is a replacement for the LAME encoder plugin for those who prefer a "free" (non-patent encumbered) encoder library. Most of the plugin source code is copied from the LAME encoder plugin, since the LAME and TwoLAME APIs are nearly the same.
* | configure.ac: use more MPD_AUTO_PKG()Max Kellermann2009-07-14
| | | | | | | | Fail when a feature is enabled, but the library is not found.
* | Makefile.am: use WAVPACK_CFLAGS and WAVPACK_LIBSMax Kellermann2009-07-14
| | | | | | | | Don't append these to MPD_CFLAGS and MPD_LIBS.
* | decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-07
| |
* | configure.ac: increased protocol version to 0.16.0Max Kellermann2009-07-05
| | | | | | | | We're going to extend the protocol now. Update the protocol version.
* | Makefile.am: require automake 1.10Max Kellermann2009-06-25
| | | | | | | | | | Refuse to build with automake 1.9. 1.9 is quite old already, and I'm too lazy to test with ancient versions.
* | Modify version string to post-release version 0.16~gitAvuton Olrich2009-06-24
|/
* mpd version 0.15Avuton Olrich2009-06-23
|
* Incorrect identifying of --with-tremor option in configure.acVictor A. Safronov2009-05-26
| | | | [mk: moved check out of the AC_ARG_WITH block]
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-05-08
|
* mpd version 0.15~beta2Avuton Olrich2009-05-08
|
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-04-30
|
* mpd version 0.15~beta1Avuton Olrich2009-04-30
|
* configure: Fix where mikmod was not explicitly disabled.Avuton Olrich2009-04-29
|
* configure.ac: check for C++ detection failureMax Kellermann2009-04-15
| | | | | When no C++ compiler is found, let CXX fall back to $CC, and disable all features which require C++.
* configure.ac: automatically detect the sidplay decoderMax Kellermann2009-04-15
| | | | Set sidplay to "auto" by default, and enable it when it's found.
* configure.ac: added a real check for libsidplay2Max Kellermann2009-04-15
| | | | We still can't use the pkg-config file because it requires libtool.
* configure.ac: moved the sidplay check to its argumentMax Kellermann2009-04-15
| | | | Checks for features should be right next to its argument definition.
* configure.ac: detect libiso9660 with pkg-configMax Kellermann2009-04-13
| | | | Fail if the iso9660 plugin is enabled but not found.
* configure.ac: detect libzzip with pkg-configMax Kellermann2009-04-13
| | | | Fail if the zzip plugin is enabled but not found.
* configure.ac: fail when bzip2 plugin is enabled but not foundMax Kellermann2009-04-13
|
* configure: add shout AC_DEFINE, otherwise it will not enable.Avuton Olrich2009-04-06
|
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-04-02
|
* mpd version 0.15~alpha1Avuton Olrich2009-04-02
|
* configure.ac: moved libmikmod test to --enable-mikmodMax Kellermann2009-04-01
|
* configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann2009-04-01
|
* configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann2009-04-01
|
* Makefile.am: use TREMOR_CFLAGS and TREMOR_LIBSMax Kellermann2009-04-01
| | | | Don't append those two CFLAGS/LIBS in configure.ac.
* configure.ac: renamed --enable-oggvorbis-encoderMax Kellermann2009-04-01
| | | | Renamed --enable-oggvorbis-encoder to --enable-vorbis-encoder.
* configure.ac: renamed --enable-lame to --enable-lame-encoderMax Kellermann2009-04-01
|
* configure.ac: fix typo in help stringMax Kellermann2009-04-01
|
* configure.ac: fail when LAME is enabled but not foundMax Kellermann2009-04-01
| | | | Use MPD_AUTO_RESULT(), and set enable_lame to "auto" by default.
* Makefile.am: use LAME_CFLAGS and LAME_LIBSMax Kellermann2009-04-01
| | | | | Don't append LAME_CFLAGS/LAME_LIBS to MPD_CFLAGS/MPD_LIBS in configure.ac. Export them via AC_SUBST() instead.
* configure.ac: fail when vorbis encoder is enabled but not foundMax Kellermann2009-04-01
| | | | | Use MPD_AUTO_PKG(). Removed the checks for the Ogg Vorbis decoder plugin, this is not directly related.
* configure.ac: don't check for encoders when shout/httpd disabledMax Kellermann2009-04-01
| | | | | Use the new $need_encoder variable to determine whether encoder plugins would actually be used if they were available.
* configure.ac: auto-detect HTTPD plugin depending on encodersMax Kellermann2009-04-01
| | | | | Enable the HTTPD output plugin by default, provided that the encoder API is available.
* configure.ac: fail when shout is enabled but no libshout availableMax Kellermann2009-04-01
| | | | | | 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".
* configure.ac: added variable $enable_encoderMax Kellermann2009-04-01
| | | | | | $enable_encoder specifies whether one or more encoder plugins are enabled. This simplifies several checks, and allows easier integration of more encoder plugins.
* configure.ac: moved encoder checks to separate encoder sectionMax Kellermann2009-04-01
|
* Merge branch 'master' of git://git.musicpd.org/jrk/mpdMax Kellermann2009-04-01
|\
| * Configure/Make dependencies for cue/cue_tag.h/.cJochen Keil2009-03-31
| | | | | | | | | | | | | | 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.
* | configure: remove --*-mp3, it is broken and not worth supportingAvuton Olrich2009-04-01
|/
* configure.ac: use more MPD_AUTO_PKG()Max Kellermann2009-03-28
|
* configure.ac: added M4 function MPD_AUTO_PKG() for ALSAMax Kellermann2009-03-28
| | | | | MPD_AUTO_PKG() runs pkg-config and then forwards control to MPD_AUTO_RESULT(). This is a commonly used short cut.
* Makefile.am: use PULSE_CFLAGS and PULSE_LIBSMax Kellermann2009-03-28
| | | | Don't add those to MPD_CFLAGS and MPD_LIBS.