summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* pulse: use PA_CONTEXT_IS_GOOD where applicableLennart Poettering2009-08-031-1/+1
| | | | | | | | | PA_CONTEXT_IS_GOOD is a safer way to check whether a context is still valid. This patch also bumps the version requirement of libpulse to 0.9.11. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Release v1.0.20Jaroslav Kysela2009-05-061-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Add arcam-av pluginPeter Stokes2009-01-221-0/+1
| | | | | | | Added arcam-av control plugin (type "arcam_av") for accessing Arcam AV amplifier via ALSA mixer interface. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add Speex pre-processing pluginTakashi Iwai2009-01-211-1/+3
| | | | | | Added Speex pre-processing filter plugin for denoise, AGC, etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Fix build of pph plugin with speex-1.2rc1Takashi Iwai2009-01-211-6/+8
| | | | | | The resampler code is moved to libspeexdsp instead of libspeex. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Release v1.0.19Jaroslav Kysela2009-01-191-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-0/+2
| | | | | | | This adds extra safety that the built libraries will have all the correct dependencies linked in. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Add the attributes.m4 macro file from xine/lscube.Diego E. 'Flameeyes' Pettenò2008-11-211-0/+1
| | | | | | | | This is a shared macro file that is currently maintained in both xine and lscube repositories and contains a series of utility macros to check compiler and linker features. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Allow opt-out from jack, pulseaudio and avcodec dependencies.Diego 'Flameeyes' Pettenò2008-11-131-5/+26
| | | | | | | | | | | | Without this patch the jack, pulseaudio and avcodec discovery was "automagic", without a way for the user to disable the relative plugins if the dependencies are installed but the plugin is unwanted. This patch does not change the default behaviour but allows to opt-out from the plugins by passing the relative --without option at ./configure time. Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Release v1.0.18Jaroslav Kysela2008-10-291-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Release v1.0.18rc3Jaroslav Kysela2008-09-091-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Fix build with recent ffmpegTakashi Iwai2008-08-261-14/+29
| | | | | | | | Add a check of pkgconfig libavcodec in configure script. Since the header file was moved to <libavcodec/*>, its location has to be checked in configure, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Release v1.0.18rc2v1.0.18rc2Jaroslav Kysela2008-08-191-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Release v1.0.18rc1v1.0.18rc1Jaroslav Kysela2008-08-151-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Add usb_stream PCM pluginKarsten Wiese2008-07-311-0/+1
| | | | | | usb_stream PCM plugin is used together with snd-usb-us122l driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Release v1.0.17v1.0.17Jaroslav Kysela2008-07-141-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Fix invalid withval in configure scriptTakashi Iwai2008-06-271-2/+2
| | | | | | Should be enableval instead. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Release v1.0.17rc2v1.0.17rc2Jaroslav Kysela2008-06-161-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Improve configure for maemo pluginTakashi Iwai2008-06-061-10/+21
| | | | | | | | | | | ALSA bug#3860: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3860 The Maemo DSP plugin checks for D-Bus in configure.in and then makes a bold assumption that this means it should use a proprietary resource manager available only on a specific proprietary platform. Attaching a patch to add --enable-maemo-resource-manager configure flag that enables the resource manager if set and if D-Bus is present. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* release 1.0.16v1.0.16Jaroslav Kysela2008-02-051-1/+1
| | | | Patch-level: Merged
* release 1.0.16rc1v1.0.16rc1Jaroslav Kysela2008-01-211-1/+1
| | | | Patch-level: Merged
* release 1.0.15v1.0.15Jaroslav Kysela2007-10-151-1/+1
| | | | Patch-level: Merged
* release 1.0.15rc1v1.0.15rc1Jaroslav Kysela2007-08-301-1/+1
| | | | Patch-level: Merged
* release 1.0.14v1.0.14Jaroslav Kysela2007-05-311-1/+1
| | | | Patch-level: Merged
* Enable link with external libspeexTakashi Iwai2007-05-241-2/+64
| | | | | | | | - Add --with-speex configure option to specify the build of speex rate plugin. As default, it's linked to external library. If not available, defaults to builtin code. - Show build conditions at the end of configure script - Use AS_HELP_TEXT()
* Fix plugindir config settingTakashi Iwai2007-05-071-1/+2
| | | | | Fixed plugindir config setting when no option was given. Also fixed an obvious typo.
* Add plugin directory configure optionTakashi Iwai2007-05-031-0/+19
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* release 1.0.14rc4Jaroslav Kysela2007-05-021-1/+1
| | | | Patch-level: Merged
* release 1.0.14rc3Jaroslav Kysela2007-02-261-1/+1
| | | | Patch-level: Merged
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-0/+1
| | | | | | | Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Add livavcodec resampler pluginTakashi Iwai2007-02-201-0/+1
| | | | | | | | | | Add a new pcm_rate plugin, "lavcrate", that uses the resampling filter from libavcodec. It should provide high performance and good output quality. Add a documentation file for lavcrate. Update autoconf and automake to build lavcrate. From: Nicholas Kain <njkain@gmail.com>
* release 1.0.14rc2v1.0.14rc2Jaroslav Kysela2007-01-151-1/+1
| | | | Patch-level: Merged
* release 1.0.14rc1Jaroslav Kysela2006-12-071-1/+1
| | | | Patch-level: Merged
* Alsa support for Maemo SDK (n770): Build configurationEduardo Valentin2006-11-061-0/+10
| | | | | | | | This patch file changes the build configuration files to add alsa-dsp plugin to communicate with n770 system. Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
* release 1.0.13v1.0.13Jaroslav Kysela2006-09-291-1/+1
| | | | Patch-level: Merged
* release 1.0.13rc2v1.0.13rc2Jaroslav Kysela2006-09-121-1/+1
| | | | Patch-level: Merged
* release 1.0.12v1.0.12Jaroslav Kysela2006-08-221-1/+1
| | | | Patch-level: Merged
* release 1.0.12rc2v1.0.12rc2Jaroslav Kysela2006-08-041-1/+1
| | | | Patch-level: Merged
* Fix capsed name in configurePierre Ossman2006-07-131-1/+1
| | | | | | | The name in configure.in used a different capitalisation than the name in the corresponding Makefile.am. Change it so that both use just lowercase. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* Follow Polypaudio/PulseAudio name changePierre Ossman2006-07-121-3/+3
| | | | | | | | Polypaudio recently changed its name to PulseAudio which affects the names of libraries of header files. Update the polyp, now pulse, plug-in to follow this name change. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* release 1.0.12rc1v1.0.12rc1Jaroslav Kysela2006-06-211-1/+1
| | | | Patch-level: Merged
* Update Polypaudio plug-in to the 0.9.0 APIPierre Ossman2006-05-291-1/+1
| | | | | | | | | The new version of Polypaudio includes a threading abstraction that allows application of a more synchronous nature to use the API more easily. Using this, the complexity of the Polypaudio plug-in is greatly reduced and also removes the risk of stalling the communications layer. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* release 1.0.11v1.0.11Jaroslav Kysela2006-04-191-1/+1
| | | | Patch-level: Merged
* release 1.0.11rc5v1.0.11rc5Jaroslav Kysela2006-04-111-1/+1
| | | | Patch-level: Merged
* Add a52 output pluginTakashi Iwai2006-04-061-0/+22
| | | | | | | Added (experimental) a52 output plugin. The plugin requires libavcodec as the audio encoding engine. See doc/a52.txt for the usage.
* Add samplerate rate converter pluginTakashi Iwai2006-04-061-0/+4
| | | | | | | | | | Added a rate converter pluging using libsamplerate. The plugin is built only when libsamplerate is detected by configure. See doc/samplerate.txt for usage. This plugin is released under GPL (to follow the license of libsamplerate), not LGPL.
* release 1.0.11rc4v1.0.11rc4Jaroslav Kysela2006-03-221-1/+1
| | | | Patch-level: Merged
* Change autoconf requirement to 2.59Takashi Iwai2006-03-211-1/+2
| | | | | | Change AC_PREREQ to 2.59. Also, requires ALSA >= 1.0.11 (for bugfix of explug).
* Add upmix and vdownmix pluginsTakashi Iwai2006-03-211-0/+1
| | | | | | | | | | Added PCM upmix and vdownmix plugins. The upmix plugin is for upmixing to 4.0 or 5.1 surrounds by simple copying (and delay line for rear). The vdownmix plugin is a kind of "virtual surround", which downmixes 4.0 or 5.1 input to 2.0 output with some effect.
* Fixes for polyp pluginTakashi Iwai2006-02-221-1/+1
| | | | | | | | | From: Pierre Ossman <ossman@cendio.se> There shouldn't be any more API changes until polypaudio 0.8 that affect this plugin. I am working on supporting capture volume and mute switches, but that should be a strict addition (i.e. it can wait until the next release if things get tight).