aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* | configure.ac: Move FLAC to Decoder Plugins, add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move FAAD to Decoder Plugins, add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move audiofile to Decoder Plugins, add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move Solaris to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move MVP to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Add header for Pipe Output and Pulseaudio.Avuton Olrich2010-04-21
| |
* | configure.ac: Move OSX to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move OSS to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move OpenAL to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move libao to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-21
| |
* | configure.ac: Move JACK to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-21
| |
* | configure.ac: Move FIFO to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-21
| |
* | configure.ac: Move ALSA to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-21
| |
* | configure.ac: Move converter plugins up with other aux plugins.Avuton Olrich2010-04-21
| |
* | configure.ac: Move archive plugins around (alphabetize), add subheaders.Avuton Olrich2010-04-21
| |
* | configure.ac: Add subheaders to Input/Sticker/Autodiscovery/Metadata and Misc.Avuton Olrich2010-04-21
| |
* | configure.ac: Move libid3tag to "Metadata Plugins"Avuton Olrich2010-04-21
| |
* | configure.ac: Move inotify to "Miscellaneous Libraries".Avuton Olrich2010-04-21
| |
* | configure.ac: Move all AC_ARG* functions to a single place in the configure.ac.Avuton Olrich2010-04-21
| |
* | configure.ac: Add better headers to improve readability.Avuton Olrich2010-04-21
| | | | | | | | | | This changes no code, makes no moves; this merely adds some headers to improve readability.
* | Merge branch 'master' of git://github.com/mcfiredrill/mpdMax Kellermann2010-04-20
|\ \
| * | Decoder for game music emulation library.Tony Miller2010-04-10
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | configure.ac: Check for LAME libraries the same way others are checked for.Avuton Olrich2010-04-15
| | | | | | | | | | | | | | | | | | 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.
* | | configure.ac: Don't allow UNIX IPC to be configured for a native Windows build.Avuton Olrich2010-04-13
|/ /
* | configure.ac: new libwrap autoconf testMax Kellermann2010-01-20
| | | | | | | | Use MPD_AUTO_RESULT(). Don't force libwrap by default.
* | client: optionally use libwrapDavide Camurri2010-01-20
| |
* | configure.ac: disable -Wdeclaration-after-statementMax Kellermann2010-01-02
| | | | | | | | Allow declaration after statement.
* | configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBSMax Kellermann2010-01-01
| | | | | | | | | | Don't add these to the global MPD_CFLAGS and MPD_LIBS. This allows test programs to link without libopenal.
* | Makefile.am: added unit tests for the archive pluginsMax Kellermann2009-12-31
| |
* | archive/iso: renamed plugin to "iso9660"Max Kellermann2009-12-16
| | | | | | | | Based on libiso9660.
* | archive/zip: renamed plugin to "zzip"Max Kellermann2009-12-15
| | | | | | | | This plugin is based on libzzip.
* | cmdline: print out list of encoders in --version infoViliam Mateicka2009-11-17
| |
* | encoder: introducing flac encoder pluginViliam Mateicka2009-11-17
| |
* | include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | | | | | | | 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.
* | Merge branch 'master' of git://git.musicpd.org/metyl/mpdMax Kellermann2009-11-11
|\ \
| * | wave_encoder: new encoder for streaming PCM wave files.Viliam Mateicka2009-11-10
| | | | | | | | | | | | | | | | | | 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)
* | | configure.ac: enable_audiofile defaults to "auto"Max Kellermann2009-11-10
| | | | | | | | | | | | | | | Since we're using MPD_AUTO_PKG, we can auto-detect this option. Also fix the --enable-audiofile help string.
* | | configure.ac: require GLib 2.12Max Kellermann2009-11-10
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'v0.15.x'Max Kellermann2009-11-10
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: src/input/lastfm_input_plugin.c src/song_save.c
| * zzip: require libzzip 0.13Max Kellermann2009-11-10
| | | | | | | | We need the function zzip_file_stat().
| * input/mms: require libmms 0.4Max Kellermann2009-11-10
| | | | | | | | 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-18
| |
| * mpd version 0.15.5Avuton Olrich2009-10-18
| |
| * Modify version string to post-release version 0.15.5~gitAvuton Olrich2009-10-03
| |
| * mpd version 0.15.4Avuton Olrich2009-10-03
| |
| * Modify version string to post-release version 0.15.4~gitAvuton Olrich2009-08-29
| |
| * mpd version 0.15.3Avuton Olrich2009-08-29
| |
| * Modify version string to post-release version 0.15.3~gitAvuton Olrich2009-08-15
| |
* | set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
| | | | | | | | | | | | | | | | | | | | | | 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.
* | output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-05
| | | | | | | | | | | | | | | | 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".