| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: fix "xyes: command not found" | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -0/+20 |
* | http: use libcurl | Max Kellermann | 2008-10-26 | 1 | -0/+18 |
* | configure.ac: reverted protocol version to 0.14.0 | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | configure.ac: changed version number to "0.14~git" | Max Kellermann | 2008-10-25 | 1 | -2/+2 |
* | configure.ac: disable libtool | Max Kellermann | 2008-10-25 | 1 | -7/+0 |
* | removed internal copy of libmp4ff | Max Kellermann | 2008-10-25 | 1 | -8/+4 |
* | pcm_resample: support for libsamplerate < 0.1.3 | Max Kellermann | 2008-10-24 | 1 | -0/+5 |
* | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 2008-10-23 | 1 | -0/+2 |
* | ffmpeg: link with libavutil | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | ffmpeg: detect which ffmpeg headers should be included | Max Kellermann | 2008-10-21 | 1 | -0/+11 |
* | configure.ac: use libmikmod-config instead of pkg-config | Andrzej Rybczak | 2008-10-18 | 1 | -3/+8 |
* | Makefile.am: require automake 1.9 | Max Kellermann | 2008-10-18 | 1 | -1/+1 |
* | reverted package name to "mpd" | Max Kellermann | 2008-10-17 | 1 | -1/+1 |
* | configure.ac: test $with_zeroconf!=no | Max Kellermann | 2008-10-17 | 1 | -1/+1 |
* | ffmpeg: new decoder plugin | Viliam Mateicka | 2008-10-17 | 1 | -0/+21 |
* | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 2008-10-17 | 1 | -0/+20 |
* | Makefile.am: don't compile disabled sources | Max Kellermann | 2008-10-17 | 1 | -0/+4 |
* | configure.ac: check if "struct ucred" is available | Max Kellermann | 2008-10-16 | 1 | -0/+1 |
* | configure.ac: reformatted AC_ARG_ENABLE section | Max Kellermann | 2008-10-16 | 1 | -34/+179 |
* | configure.ac: find more libraries with pkg-config | Max Kellermann | 2008-10-16 | 1 | -83/+10 |
* | configure.ac: removed iconv option | Max Kellermann | 2008-10-16 | 1 | -44/+0 |
* | shout: check for vorbisenc library | Max Kellermann | 2008-10-15 | 1 | -1/+3 |
* | fixing several imports to work via pkg-config | Enrico Weigelt | 2008-10-15 | 1 | -48/+21 |
* | use GLib | Max Kellermann | 2008-10-15 | 1 | -0/+2 |
* | configure.ac: enable unix socket support by default | Max Kellermann | 2008-10-14 | 1 | -1/+1 |
* | configure.ac: removed deprecated checks | Max Kellermann | 2008-10-14 | 1 | -8/+0 |
* | configure.ac: disabled the C++ and fortran checks | Max Kellermann | 2008-10-14 | 1 | -0/+4 |
* | configure.ac: added --enable-debug, --enable-werror, --enable-profile | Max Kellermann | 2008-10-14 | 1 | -0/+31 |
* | configure.ac: enable -pedantic | Max Kellermann | 2008-10-14 | 1 | -0/+1 |
* | configure.ac: moved CFLAGS checks down | Max Kellermann | 2008-10-14 | 1 | -13/+30 |
* | changed package name to "mpd-mk", updated version number | Max Kellermann | 2008-10-14 | 1 | -1/+1 |
* | autotools: add pthreads linker support | Eric Wong | 2008-10-06 | 1 | -0/+4 |
* | require a C99 compiler | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | properly configure the M4 macro directory | Max Kellermann | 2008-09-23 | 1 | -0/+1 |
* | shout: added mp3 encoder | Eric Wollesen | 2008-09-12 | 1 | -0/+35 |
* | shout: introduce pluggable encoder API | Eric Wollesen | 2008-09-12 | 1 | -16/+23 |
* | build: enable -Wcast-qual -Wwrite-strings CFLAGS | Eric Wong | 2008-09-07 | 1 | -0/+2 |
* | Point the contact email to musicpd-dev-team | Eric Wong | 2008-08-28 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | Die if a specific backend is requested but not found. | Jim Ramsay | 2008-06-16 | 1 | -3/+3 |
* | configure: better CFLAGS checking | Eric Wong | 2008-04-12 | 1 | -2/+10 |
* | configure: output ipv6 support option result | Max Kellermann | 2008-04-12 | 1 | -0/+6 |
* | provide switches for TCP and unix sockets | Max Kellermann | 2008-04-12 | 1 | -0/+36 |
* | enable more warnings | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | Check for pkg-config unconditionally. It might not be needed if we disable | J. Alexander Treuman | 2007-06-24 | 1 | -5/+1 |
* | Updating some ./configure --help text. | J. Alexander Treuman | 2007-06-24 | 1 | -2/+2 |
* | Adding WavPack support. Patch courtesy Kodest. | J. Alexander Treuman | 2007-06-24 | 1 | -1/+16 |
* | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 2007-06-13 | 1 | -0/+14 |
* | Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can | J. Alexander Treuman | 2007-06-03 | 1 | -1/+3 |