Re: [Audacity-devel] Mac and source re-uploaded
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Leland <le...@au...> - 2011-03-30 13:56:03
|
On 3/30/11 5:31 AM, Benjamin Drung wrote: >> >> However, on Ubuntu 10.10, if it detects the system library, then >> portmixer configuration will fail because the portaudio system includes >> do not include pa_unix_oss.h, pa_linux_alsa.h, etc. This isn't a bug in >> your patch, it is a bug in the portmixer configure.ac. > > Yes and no. Audacity's configure should check if pa_unix_oss.h and > pa_linux_alsa.h are available on the system. Should I come up with an > updated patch? > Nah, I think your patch is fine since your audacity_checklib_portaudio is doing exactly what it should be doing...checking for portaudio. Those other headers are prereqs for portmixer, so they should be checked for there. Leland |