| Commit message (Expand) | Author | Files | Lines |
2008-10-17 | configure.ac: test $with_zeroconf!=no | Max Kellermann | 1 | -1/+1 |
2008-10-17 | ffmpeg: new decoder plugin | Viliam Mateicka | 1 | -0/+21 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -0/+20 |
2008-10-17 | Makefile.am: don't compile disabled sources | Max Kellermann | 1 | -0/+4 |
2008-10-16 | configure.ac: check if "struct ucred" is available | Max Kellermann | 1 | -0/+1 |
2008-10-16 | configure.ac: reformatted AC_ARG_ENABLE section | Max Kellermann | 1 | -34/+179 |
2008-10-16 | configure.ac: find more libraries with pkg-config | Max Kellermann | 1 | -83/+10 |
2008-10-16 | configure.ac: removed iconv option | Max Kellermann | 1 | -44/+0 |
2008-10-15 | shout: check for vorbisenc library | Max Kellermann | 1 | -1/+3 |
2008-10-15 | fixing several imports to work via pkg-config | Enrico Weigelt | 1 | -48/+21 |
2008-10-15 | use GLib | Max Kellermann | 1 | -0/+2 |
2008-10-14 | configure.ac: enable unix socket support by default | Max Kellermann | 1 | -1/+1 |
2008-10-14 | configure.ac: removed deprecated checks | Max Kellermann | 1 | -8/+0 |
2008-10-14 | configure.ac: disabled the C++ and fortran checks | Max Kellermann | 1 | -0/+4 |
2008-10-14 | configure.ac: added --enable-debug, --enable-werror, --enable-profile | Max Kellermann | 1 | -0/+31 |
2008-10-14 | configure.ac: enable -pedantic | Max Kellermann | 1 | -0/+1 |
2008-10-14 | configure.ac: moved CFLAGS checks down | Max Kellermann | 1 | -13/+30 |
2008-10-14 | changed package name to "mpd-mk", updated version number | Max Kellermann | 1 | -1/+1 |
2008-10-06 | autotools: add pthreads linker support | Eric Wong | 1 | -0/+4 |
2008-09-29 | require a C99 compiler | Max Kellermann | 1 | -1/+1 |
2008-09-23 | properly configure the M4 macro directory | Max Kellermann | 1 | -0/+1 |
2008-09-12 | shout: added mp3 encoder | Eric Wollesen | 1 | -0/+35 |
2008-09-12 | shout: introduce pluggable encoder API | Eric Wollesen | 1 | -16/+23 |
2008-09-07 | build: enable -Wcast-qual -Wwrite-strings CFLAGS | Eric Wong | 1 | -0/+2 |
2008-08-28 | Point the contact email to musicpd-dev-team | Eric Wong | 1 | -1/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+2 |
2008-06-16 | Die if a specific backend is requested but not found. | Jim Ramsay | 1 | -3/+3 |
2008-04-12 | configure: better CFLAGS checking | Eric Wong | 1 | -2/+10 |
2008-04-12 | configure: output ipv6 support option result | Max Kellermann | 1 | -0/+6 |
2008-04-12 | provide switches for TCP and unix sockets | Max Kellermann | 1 | -0/+36 |
2008-04-12 | enable more warnings | Max Kellermann | 1 | -1/+1 |
2007-06-24 | Check for pkg-config unconditionally. It might not be needed if we disable | J. Alexander Treuman | 1 | -5/+1 |
2007-06-24 | Updating some ./configure --help text. | J. Alexander Treuman | 1 | -2/+2 |
2007-06-24 | Adding WavPack support. Patch courtesy Kodest. | J. Alexander Treuman | 1 | -1/+16 |
2007-06-13 | Adding FIFO audio output. This is pretty much identical to the old one, | J. Alexander Treuman | 1 | -0/+14 |
2007-06-03 | Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can | J. Alexander Treuman | 1 | -1/+3 |
2007-06-03 | Cleaning up zeroconf configure magic. | J. Alexander Treuman | 1 | -14/+15 |
2007-06-02 | Check if we need -ldns_sd for Bonjour. | J. Alexander Treuman | 1 | -0/+1 |
2007-06-02 | Added Bonjour zeroconf support. This works now natively on MacOS X. | Patrik Weiskircher | 1 | -13/+21 |
2007-06-01 | Requiring autoconf 2.60. This is needed for the new C99 and POSIX type | J. Alexander Treuman | 1 | -1/+1 |
2007-05-30 | Bumping version numbers to 0.14.0. | J. Alexander Treuman | 1 | -3/+3 |
2007-05-30 | Forgot a change to configure.ac in one of the previous commits. | J. Alexander Treuman | 1 | -0/+1 |
2007-05-30 | Adding a null output plugin. | J. Alexander Treuman | 1 | -0/+2 |
2007-04-04 | Removing Sun audio support from configure and ChangeLog. Turns out the | J. Alexander Treuman | 1 | -12/+0 |
2007-03-31 | Don't use -L$libdir -I$includedir. $libdir and $includedir are paths for | J. Alexander Treuman | 1 | -24/+0 |
2007-03-20 | Bumping version numbers to 0.13.0. Future 0.12.x releases will be made | J. Alexander Treuman | 1 | -3/+3 |
2007-02-27 | Forgot a || in that last commit. Oops. | J. Alexander Treuman | 1 | -1/+1 |
2007-02-27 | LSR and Zeroconf support both use PKG_CHECK_MODULES, and thus require | J. Alexander Treuman | 1 | -1/+2 |
2007-02-02 | Add libsamplerate support, old resampling is still an option, but this sounds... | Avuton Olrich | 1 | -1/+20 |
2007-01-14 | configure.ac: no longer drop MPD_CFLAGS if shout is enabled | Eric Wong | 1 | -5/+3 |