aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: Check for vorbis once, and AC_DEFINE it there.Avuton Olrich2010-04-211-5/+6
|
* configure.ac: Add Post Decoder Plugins Tests headerAvuton Olrich2010-04-211-6/+8
| | | | | Add Post Decoder Plugins Tests and move things that shouldn't be in individual tests to it.
* configure.ac: Move ffmpeg to Decoder Plugins, add header.Avuton Olrich2010-04-211-34/+29
|
* configure.ac: Move WildMidi to Decoder Plugins, add header.Avuton Olrich2010-04-211-18/+19
|
* configure.ac: Move wavpack to Decoder Plugins, add header.Avuton Olrich2010-04-211-9/+10
|
* configure.ac: Move sidplay to Decoder Plugins, add header.Avuton Olrich2010-04-211-96/+36
|
* configure.ac: Move OggVorbis to Decoder Plugins, add header.Avuton Olrich2010-04-211-6/+10
|
* configure.ac: Move OggFLAC to Decoder Plugins, add header.Avuton Olrich2010-04-211-2/+2
|
* configure.ac: Move Ogg Tremor to Decoder Plugins, add header.Avuton Olrich2010-04-211-23/+22
|
* configure.ac: Move musepack to Decoder Plugins, add header.Avuton Olrich2010-04-211-0/+1
|
* configure.ac: Move libsndfile to Decoder Plugins, add header.Avuton Olrich2010-04-211-0/+8
|
* configure.ac: Move sndfile/modplug conflict test to Decoder Plugins, add header.Avuton Olrich2010-04-211-0/+8
|
* configure.ac: Move libmodplug to Decoder Plugins, add header.Avuton Olrich2010-04-211-8/+9
|
* configure.ac: Move libmikmod to Decoder Plugins, add header.Avuton Olrich2010-04-211-12/+12
|
* configure.ac: Move libmpg123 to Decoder Plugins, add header.Avuton Olrich2010-04-211-7/+8
|
* configure.ac: Move libmad to Decoder Plugins, add header.Avuton Olrich2010-04-211-6/+8
|
* configure.ac: Move FluidSynth to Decoder Plugins, add header.Avuton Olrich2010-04-211-6/+9
|
* configure.ac: Move FLAC to Decoder Plugins, add header.Avuton Olrich2010-04-211-20/+21
|
* configure.ac: Move FAAD to Decoder Plugins, add header.Avuton Olrich2010-04-211-5/+4
|
* configure.ac: Move audiofile to Decoder Plugins, add header.Avuton Olrich2010-04-211-7/+10
|
* configure.ac: Move Solaris to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-7/+19
|
* configure.ac: Move MVP to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-4/+5
|
* configure.ac: Add header for Pipe Output and Pulseaudio.Avuton Olrich2010-04-211-2/+2
|
* configure.ac: Move OSX to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-8/+11
|
* configure.ac: Move OSS to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-7/+10
|
* configure.ac: Move OpenAL to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-19/+20
|
* configure.ac: Move libao to Audio Output Plugins (nonstreaming), add header.Avuton Olrich2010-04-211-3/+3
|
* configure.ac: Move JACK to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-211-16/+20
|
* configure.ac: Move FIFO to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-211-7/+9
|
* configure.ac: Move ALSA to Audio Output Plugins (nonstreaming), add subheader.Avuton Olrich2010-04-211-11/+13
|
* configure.ac: Move converter plugins up with other aux plugins.Avuton Olrich2010-04-211-18/+21
|
* configure.ac: Move archive plugins around (alphabetize), add subheaders.Avuton Olrich2010-04-211-15/+18
|
* configure.ac: Add subheaders to Input/Sticker/Autodiscovery/Metadata and Misc.Avuton Olrich2010-04-211-0/+11
|
* configure.ac: Move libid3tag to "Metadata Plugins"Avuton Olrich2010-04-211-11/+13
|
* configure.ac: Move inotify to "Miscellaneous Libraries".Avuton Olrich2010-04-211-16/+12
|
* configure.ac: Move all AC_ARG* functions to a single place in the configure.ac.Avuton Olrich2010-04-211-250/+288
|
* configure.ac: Add better headers to improve readability.Avuton Olrich2010-04-211-66/+55
| | | | | 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-201-0/+19
|\
| * Decoder for game music emulation library.Tony Miller2010-04-101-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
* | configure.ac: Check for LAME libraries the same way others are checked for.Avuton Olrich2010-04-151-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.
* | configure.ac: Don't allow UNIX IPC to be configured for a native Windows build.Avuton Olrich2010-04-131-0/+6
|/
* configure.ac: new libwrap autoconf testMax Kellermann2010-01-201-1/+14
| | | | Use MPD_AUTO_RESULT(). Don't force libwrap by default.
* client: optionally use libwrapDavide Camurri2010-01-201-0/+2
|
* configure.ac: disable -Wdeclaration-after-statementMax Kellermann2010-01-021-1/+0
| | | | Allow declaration after statement.
* configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBSMax Kellermann2010-01-011-5/+3
| | | | | 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-311-0/+18
|
* archive/iso: renamed plugin to "iso9660"Max Kellermann2009-12-161-2/+2
| | | | Based on libiso9660.
* archive/zip: renamed plugin to "zzip"Max Kellermann2009-12-151-10/+10
| | | | This plugin is based on libzzip.
* cmdline: print out list of encoders in --version infoViliam Mateicka2009-11-171-0/+4
|
* encoder: introducing flac encoder pluginViliam Mateicka2009-11-171-0/+16
|