summaryrefslogtreecommitdiffstats
path: root/jack
Commit message (Collapse)AuthorAgeFilesLines
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | 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>
* Various plugins don't support "hint" sectionsTakashi Iwai2008-06-061-1/+1
| | | | | | | | | Ignore hint sections defined by hand. Those are heplful to get listed in various places, such as aplay -L ALSA bug#3834: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3834 Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add -no-undefined option to LDFLAGSTakashi Iwai2007-06-041-1/+1
| | | | Added -no-undefined option to LDFLAGS to make linking sure.
* Add plugin directory configure optionTakashi Iwai2007-05-031-1/+1
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Fix port names in jack pluginTakashi Iwai2006-05-021-2/+2
| | | | | | | | There is a flaw in alsa-jack, the channel name (out_001, etc) is ended with a newline. This causes problems when using jack_connect and jack_disconnect. From: Maarten Maathuis <madman2003@gmail.com>
* jack plugin closes stdin if jack is unavailableTakashi Iwai2006-04-121-2/+7
| | | | | | | the jack plugin closes stdin if the pcm interfaces is opened but jack isn't running. Initializing the file descriptors to -1 fixes the problem. From: Mikael Magnusson <mikma264@gmail.com>
* Fix a compile warningTakashi Iwai2006-03-211-1/+1
| | | | Fix a minor compile warning.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-212-0/+437
- Reorganized the directory structure: Now each plugin(s) is loaded in own subdirectory. - Added polypaudio plugin by Pierre Ossman <ossman@cendio.se> - Fixed COPYING file to LGPL (under which all codes are released, so far)