mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 06:09:47 +02:00
enable support for using the system portaudio library. The latter also corrects a long standing bug that prevented using config.status to regenerate src/Makefile. As a result of the above, I've taken Benjamin's *_LOCAL_CONFIGURE_ARGS idea and propagated its usage to the other place where ac_configure_args was being set directly. Removed old stuff from lib-src/Makefile.in and made the library locations for portaudio and portmixer like the rest (a symlink in lib-src). Reworked portmixer's configure.ac to properly detect host apis.
This is where some sort of README should be...but this is all there is for now. As of October 1st, 2006, Portaudio v2.0 (or v1.9) doesn't have the required support to use this version of Portmixer. To add the support, apply the portaudio.patch found in this direcotry.