summaryrefslogtreecommitdiffstats
path: root/jack
Commit message (Collapse)AuthorAgeFilesLines
* 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)