summaryrefslogtreecommitdiffstats
path: root/oss
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-2/+2
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Check the malloc errorTakashi Iwai2006-04-061-0/+5
| | | | Check the malloc error properly.
* Fix misc compile warningsTakashi Iwai2006-03-202-15/+24
| | | | Fix misc ompile warnings with ctl/pcm OSS plugins.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-213-0/+889
- 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)