aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modify version string to post-release version 0.15.14~gitAvuton Olrich2010-10-101-1/+1
|
* mpd version 0.15.13release-0.15.13Avuton Olrich2010-10-101-1/+1
|
* Modify version string to post-release version 0.15.13~gitAvuton Olrich2010-07-211-1/+1
|
* mpd version 0.15.12release-0.15.12Max Kellermann2010-07-201-1/+1
|
* decoder/wildmidi: support version 0.2.3Max Kellermann2010-07-201-0/+4
| | | | | | | In libwildmidi 0.2.3, the function WildMidi_SampledSeek() was removed, without changing the SO name. This patch adds an autoconf check for that function. Fall back to WildMidi_FastSeek() if WildMidi_SampledSeek() is not available anymore.
* Modify version string to post-release version 0.15.12~gitAvuton Olrich2010-07-141-1/+1
|
* mpd version 0.15.11release-0.15.11Avuton Olrich2010-07-141-1/+1
|
* configure.ac: check ffmpeg version number with pkg-configMax Kellermann2010-06-301-9/+1
| | | | | Replace the check for avcodec_decode_audio2(), assume it's present in libavcodec version 51.
* Make get_remote_uid() work on BSDAndreas Vögele2010-06-301-0/+1
| | | | | | I've attached a patch that will make file URIs work on operating systems that provide the getpeereid() function call to check the user ID of the peer connected to a UNIX domain socket.
* Modify version string to post-release version 0.15.11~gitAvuton Olrich2010-05-301-1/+1
|
* mpd version 0.15.10release-0.15.10Avuton Olrich2010-05-301-1/+1
|
* Modify version string to post-release version 0.15.10~gitAvuton Olrich2010-03-211-1/+1
|
* mpd version 0.15.9release-0.15.9Avuton Olrich2010-03-211-1/+1
|
* Modify version string to post-release version 0.15.9~gitAvuton Olrich2010-01-181-1/+1
|
* mpd version 0.15.8release-0.15.8Avuton Olrich2010-01-181-1/+1
|
* configure.ac: disable -Wdeclaration-after-statementMax Kellermann2010-01-171-1/+0
| | | | Allow declaration after statement.
* Modify version string to post-release version 0.15.8~gitAvuton Olrich2009-12-271-1/+1
|
* mpd version 0.15.7release-0.15.7Avuton Olrich2009-12-271-1/+1
|
* Modify version string to post-release version 0.15.7~gitAvuton Olrich2009-11-181-1/+1
|
* mpd version 0.15.6release-0.15.6Avuton Olrich2009-11-181-1/+1
|
* zzip: require libzzip 0.13Max Kellermann2009-11-101-1/+1
| | | | We need the function zzip_file_stat().
* input/mms: require libmms 0.4Max Kellermann2009-11-101-1/+1
| | | | We're using API functions which are not available in 0.3.
* Modify version string to post-release version 0.15.6~gitAvuton Olrich2009-10-181-1/+1
|
* mpd version 0.15.5release-0.15.5Avuton Olrich2009-10-181-1/+1
|
* Modify version string to post-release version 0.15.5~gitAvuton Olrich2009-10-031-1/+1
|
* mpd version 0.15.4release-0.15.4Avuton Olrich2009-10-031-1/+1
|
* Modify version string to post-release version 0.15.4~gitAvuton Olrich2009-08-291-1/+1
|
* mpd version 0.15.3release-0.15.3Avuton Olrich2009-08-291-1/+1
|
* Modify version string to post-release version 0.15.3~gitAvuton Olrich2009-08-151-1/+1
|
* 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
|
* 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
|
* 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
|