aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-21configure.ac: Move FLAC to Decoder Plugins, add header.Avuton Olrich1-20/+21
2010-04-21configure.ac: Move FAAD to Decoder Plugins, add header.Avuton Olrich1-5/+4
2010-04-21configure.ac: Move audiofile to Decoder Plugins, add header.Avuton Olrich1-7/+10
2010-04-21configure.ac: Move Solaris to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-7/+19
2010-04-21configure.ac: Move MVP to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-4/+5
2010-04-21configure.ac: Add header for Pipe Output and Pulseaudio.Avuton Olrich1-2/+2
2010-04-21configure.ac: Move OSX to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-8/+11
2010-04-21configure.ac: Move OSS to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-7/+10
2010-04-21configure.ac: Move OpenAL to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-19/+20
2010-04-21configure.ac: Move libao to Audio Output Plugins (nonstreaming), add header.Avuton Olrich1-3/+3
2010-04-21configure.ac: Move JACK to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich1-16/+20
2010-04-21configure.ac: Move FIFO to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich1-7/+9
2010-04-21configure.ac: Move ALSA to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich1-11/+13
2010-04-21configure.ac: Move converter plugins up with other aux plugins.Avuton Olrich1-18/+21
2010-04-21configure.ac: Move archive plugins around (alphabetize), add subheaders.Avuton Olrich1-15/+18
2010-04-21configure.ac: Add subheaders to Input/Sticker/Autodiscovery/Metadata and Misc.Avuton Olrich1-0/+11
2010-04-21configure.ac: Move libid3tag to "Metadata Plugins"Avuton Olrich1-11/+13
2010-04-21configure.ac: Move inotify to "Miscellaneous Libraries".Avuton Olrich1-16/+12
2010-04-21configure.ac: Move all AC_ARG* functions to a single place in the configure.ac.Avuton Olrich1-250/+288
2010-04-21configure.ac: Add better headers to improve readability.Avuton Olrich1-66/+55
This changes no code, makes no moves; this merely adds some headers to improve readability.
2010-04-15configure.ac: Check for LAME libraries the same way others are checked for.Avuton Olrich1-4/+12
Check for LAME libraries the same way other libraries are checked for, in line with the configure and outside the buggy macro. This will fix problems with cross compilation.
2010-04-13configure.ac: Don't allow UNIX IPC to be configured for a native Windows build.Avuton Olrich1-0/+6
2010-04-10Decoder for game music emulation library.Tony Miller1-0/+19
Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
2010-03-21Modify version string to post-release version 0.15.10~gitAvuton Olrich1-1/+1
2010-03-21mpd version 0.15.9release-0.15.9Avuton Olrich1-1/+1
2010-01-20configure.ac: new libwrap autoconf testMax Kellermann1-1/+14
Use MPD_AUTO_RESULT(). Don't force libwrap by default.
2010-01-20client: optionally use libwrapDavide Camurri1-0/+2
2010-01-18Modify version string to post-release version 0.15.9~gitAvuton Olrich1-1/+1
2010-01-18mpd version 0.15.8release-0.15.8Avuton Olrich1-1/+1
2010-01-17configure.ac: disable -Wdeclaration-after-statementMax Kellermann1-1/+0
Allow declaration after statement.
2010-01-02configure.ac: disable -Wdeclaration-after-statementMax Kellermann1-1/+0
Allow declaration after statement.
2010-01-01configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBSMax Kellermann1-5/+3
Don't add these to the global MPD_CFLAGS and MPD_LIBS. This allows test programs to link without libopenal.
2009-12-31Makefile.am: added unit tests for the archive pluginsMax Kellermann1-0/+18
2009-12-27Modify version string to post-release version 0.15.8~gitAvuton Olrich1-1/+1
2009-12-27mpd version 0.15.7release-0.15.7Avuton Olrich1-1/+1
2009-12-16archive/iso: renamed plugin to "iso9660"Max Kellermann1-2/+2
Based on libiso9660.
2009-12-15archive/zip: renamed plugin to "zzip"Max Kellermann1-10/+10
This plugin is based on libzzip.
2009-11-18Modify version string to post-release version 0.15.7~gitAvuton Olrich1-1/+1
2009-11-18mpd version 0.15.6release-0.15.6Avuton Olrich1-1/+1
2009-11-17cmdline: print out list of encoders in --version infoViliam Mateicka1-0/+4
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka1-0/+16
2009-11-12include config.h in all sourcesMax Kellermann1-0/+3
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-11-10wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka1-1/+19
When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder. This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead). Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved)
2009-11-10configure.ac: enable_audiofile defaults to "auto"Max Kellermann1-2/+2
Since we're using MPD_AUTO_PKG, we can auto-detect this option. Also fix the --enable-audiofile help string.
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-2/+2
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
2009-11-10zzip: require libzzip 0.13Max Kellermann1-1/+1
We need the function zzip_file_stat().
2009-11-10input/mms: require libmms 0.4Max Kellermann1-1/+1
We're using API functions which are not available in 0.3.
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+3
Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes.
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann1-1/+1
jack_client_new() is deprecated. This requires libjack 0.100 (released nearly 5 years ago). We havn't been testing older libjack versions anyway. As a side effect, there is the new option "autostart".
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka1-1/+19