summaryrefslogtreecommitdiffstats
path: root/pph/Makefile.am
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.
* Enable link with external libspeexTakashi Iwai2007-05-241-1/+7
| | | | | | | | - 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()
* Add plugin directory configure optionTakashi Iwai2007-05-031-5/+5
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Add missing header files for pphv1.0.14rc4Takashi Iwai2007-05-021-1/+1
|
* Update version of speex resampler pluginTakashi Iwai2007-03-211-1/+1
| | | | | | | | From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> I'm attaching an updated version of my resampler plugin. It fixes a few minor issues and it adds support for fixed-point processing (just add -DFIXED_POINT to the build). Let me know if there's any problem.
* Add rate resampler plugin based on speexTakashi Iwai2007-02-221-0/+19
Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>