aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openal output pluginSerge Ziryukin2009-09-061-0/+25
|
* decoder/sidplay: implemented songlength databaseMike Dawson2009-08-301-2/+7
| | | | [mk: added autoconf test; fixed songlen_data_size type]
* decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann2009-08-261-0/+19
| | | | | | | | Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
* output/recorder: new output plugin for recording radio streamsMax Kellermann2009-08-241-2/+35
| | | | | | | | | The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file.
* Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-151-2/+1
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac
| * mpd version 0.15.2release-0.15.2Avuton Olrich2009-08-151-1/+1
| |
| * configure.ac: fix the --enable-alsa help stringMax Kellermann2009-07-171-2/+1
| | | | | | | | --enable means "enable", not "disable".
| * Modify version string to post-release version 0.15.2~gitAvuton Olrich2009-07-151-1/+1
| |
* | use daemon() when the C library provides itMike Frysinger2009-08-131-1/+1
| | | | | | | | | | | | | | For systems that cannot support fork() (like no-mmu Linux), use daemon() if it is available for the daemonizing code. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-161-7/+5
|\|
| * mpd version 0.15.1release-0.15.1Avuton Olrich2009-07-151-1/+1
| |
| * configure.ac: fail when ffmpeg is enabled, but not foundMax Kellermann2009-07-141-7/+5
| |
| * configure.ac: fix the --disable-ffmpeg help textMax Kellermann2009-06-251-1/+1
| |
| * NEWS: updated NEWS file for 0.15.1Max Kellermann2009-06-251-1/+1
| |
* | encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-141-1/+24
| | | | | | | | | | | | | | 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-141-24/+19
| | | | | | | | Fail when a feature is enabled, but the library is not found.
* | Makefile.am: use WAVPACK_CFLAGS and WAVPACK_LIBSMax Kellermann2009-07-141-5/+2
| | | | | | | | Don't append these to MPD_CFLAGS and MPD_LIBS.
* | decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann2009-07-071-0/+32
| |
* | configure.ac: increased protocol version to 0.16.0Max Kellermann2009-07-051-1/+1
| | | | | | | | We're going to extend the protocol now. Update the protocol version.
* | Makefile.am: require automake 1.10Max Kellermann2009-06-251-1/+1
| | | | | | | | | | 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-241-1/+1
|/
* mpd version 0.15release-0.15Avuton Olrich2009-06-231-1/+1
|
* Incorrect identifying of --with-tremor option in configure.acVictor A. Safronov2009-05-261-3/+9
| | | | [mk: moved check out of the AC_ARG_WITH block]
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-05-081-1/+1
|
* mpd version 0.15~beta2release-0.15_beta2Avuton Olrich2009-05-081-1/+1
|
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-04-301-1/+1
|
* mpd version 0.15~beta1release-0.15_beta1Avuton Olrich2009-04-301-1/+1
|
* configure: Fix where mikmod was not explicitly disabled.Avuton Olrich2009-04-291-1/+1
|
* configure.ac: check for C++ detection failureMax Kellermann2009-04-151-0/+21
| | | | | 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-151-3/+3
| | | | Set sidplay to "auto" by default, and enable it when it's found.
* configure.ac: added a real check for libsidplay2Max Kellermann2009-04-151-1/+16
| | | | We still can't use the pkg-config file because it requires libtool.
* configure.ac: moved the sidplay check to its argumentMax Kellermann2009-04-151-11/+11
| | | | Checks for features should be right next to its argument definition.
* configure.ac: detect libiso9660 with pkg-configMax Kellermann2009-04-131-5/+2
| | | | Fail if the iso9660 plugin is enabled but not found.
* configure.ac: detect libzzip with pkg-configMax Kellermann2009-04-131-5/+2
| | | | Fail if the zzip plugin is enabled but not found.
* configure.ac: fail when bzip2 plugin is enabled but not foundMax Kellermann2009-04-131-1/+1
|
* configure: add shout AC_DEFINE, otherwise it will not enable.Avuton Olrich2009-04-061-0/+3
|
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-04-021-1/+1
|
* mpd version 0.15~alpha1release-0.15_alpha1Avuton Olrich2009-04-021-1/+1
|
* configure.ac: moved libmikmod test to --enable-mikmodMax Kellermann2009-04-011-13/+13
|
* configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann2009-04-011-11/+11
|
* configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann2009-04-011-14/+14
|
* Makefile.am: use TREMOR_CFLAGS and TREMOR_LIBSMax Kellermann2009-04-011-4/+6
| | | | Don't append those two CFLAGS/LIBS in configure.ac.
* configure.ac: renamed --enable-oggvorbis-encoderMax Kellermann2009-04-011-10/+10
| | | | Renamed --enable-oggvorbis-encoder to --enable-vorbis-encoder.
* configure.ac: renamed --enable-lame to --enable-lame-encoderMax Kellermann2009-04-011-12/+13
|
* configure.ac: fix typo in help stringMax Kellermann2009-04-011-1/+1
|
* configure.ac: fail when LAME is enabled but not foundMax Kellermann2009-04-011-7/+7
| | | | Use MPD_AUTO_RESULT(), and set enable_lame to "auto" by default.
* Makefile.am: use LAME_CFLAGS and LAME_LIBSMax Kellermann2009-04-011-2/+4
| | | | | 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-011-17/+5
| | | | | 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-011-4/+19
| | | | | 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-011-2/+13
| | | | | Enable the HTTPD output plugin by default, provided that the encoder API is available.