aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: disable MMS by defaultMax Kellermann2009-01-291-1/+1
* added support for the MMS protocolMax Kellermann2009-01-291-0/+18
* oggvorbis: define HAVE_OGGVORBIS when tremor is enabledMax Kellermann2009-01-151-1/+3
* configure.ac: added the --enable-sqlite optionMax Kellermann2009-01-121-0/+14
* configure.ac: removed duplicate PKG_PROG_PKG_CONFIGMax Kellermann2009-01-111-2/+0
* configure.ac: declare MPD_LIBS and MPD_CFLAGS firstMax Kellermann2009-01-061-10/+10
* configure.ac: moved checks to argument declarations IMax Kellermann2009-01-051-68/+68
* configure.ac: moved checks to argument declarations IMax Kellermann2009-01-051-38/+38
* configure.ac: reordered plugin typesMax Kellermann2009-01-051-105/+125
* configure.ac: moved build options downMax Kellermann2009-01-051-23/+18
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-051-1/+1
* configure.ac: moved mandatory checks upMax Kellermann2009-01-051-18/+35
* configure.ac: removed obsolete checksMax Kellermann2009-01-051-5/+0
* use GLib byte order macrosMax Kellermann2009-01-051-2/+0
* configure.ac: disable ID3 support when libid3tag was not foundMax Kellermann2009-01-051-1/+1
* configure.ac: detect libid3tag without pkg-configMax Kellermann2009-01-041-3/+8
* configure.ac: link with -lws2_32 on WIN32Max Kellermann2009-01-031-0/+6
* main: use the GLib main loopMax Kellermann2008-12-301-1/+1
* zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann2008-12-301-0/+2
* main: use g_setenv() instead of setenv()Max Kellermann2008-12-291-1/+0
* configure.ac: append archive libraries to $MPD_LIBSMax Kellermann2008-12-291-4/+9
* configure.ac: check for archive libraries only if enabledMax Kellermann2008-12-291-3/+9
* configure.ac: removed pthread checksMax Kellermann2008-12-291-4/+0
* log: support syslog()Max Kellermann2008-12-281-0/+15
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+21
* configure.ac: fixed description to bzip2 compile optionViliam Mateicka2008-12-271-1/+1
* Add an "Archive support" section to the configure results screen.Avuton Olrich2008-12-271-18/+21
* Change configure time option to be bzip2 rather than bz2.Avuton Olrich2008-12-271-1/+1
* Fix text string to show bz2 rather than rar.Avuton Olrich2008-12-271-1/+1
* disable archive API without pluginsMax Kellermann2008-12-271-0/+10
* configure.ac: moved archive library checks to optionsMax Kellermann2008-12-271-14/+16
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-271-0/+64
|\
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-161-0/+20
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-161-0/+19
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-161-0/+25
* | Check for pkg-config before using itQball Cow2008-12-271-0/+3
* | Modify version string to post-release version 0.15~gitAvuton Olrich2008-12-251-1/+1
* | MPD version 0.14release-0.14Avuton Olrich2008-12-251-1/+1
* | configure.ac: renamed shout optionsMax Kellermann2008-12-241-4/+4
* | configure.ac: fix --enable-un documentationMax Kellermann2008-12-241-2/+2
* | configure.ac: disable the mikmod plugin by defaultMax Kellermann2008-12-241-1/+1
* | Build makefiles after checking available outputs and decoder pluginsQball Cow2008-12-221-10/+12
* | MPD version 0.14~beta3release-0.14_beta3Avuton Olrich2008-12-201-1/+1
* | configure.ac: check lame availability before shout_mp3 testMax Kellermann2008-12-171-5/+5
* | configure.ac: disable shout when no encoder is foundMax Kellermann2008-12-171-12/+10
* | configure.ac: added libcurl to configure summaryjefromi2008-12-141-0/+8
* | MPD version 0.14~beta2release-0.14_beta2Avuton Olrich2008-12-021-1/+1
|/
* MPD version 0.14~beta1release-0.14_beta1Avuton Olrich2008-11-231-1/+1
* doc: process protocol.xml with xmltoMax Kellermann2008-11-201-0/+16
* aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2008-11-161-0/+31