Re: CAAudioFile writing on Panther
Re: CAAudioFile writing on Panther
- Subject: Re: CAAudioFile writing on Panther
- From: Chandrasekhar Ramakrishnan <email@hidden>
- Date: Mon, 11 Sep 2006 03:08:50 -0700
Taybin Rutkin schrieb:
> The implementation of CAAudioFile is almost completely different
> between 10.3 and 10.4. One uses the AudioFile api and the other uses
> the ExtAudioFile api.
There are ifdefs in the CAAudioFile code so it will use the AudioFile
API if MACOSX_DEPLOYMENT_TARGET is set to 10.3 (though I guess you
could put a #warning into CAAudioFile.h to make sure it is taking the
path you expect).
> On Sep 8, 2006, at 4:00 PM, Craig Hopson wrote:
> > We have an application that runs on Tiger & Panther (10.3.9).
> > It is compiled:
> > SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
> > MACOSX_DEPLOYMENT_TARGET = 10.3
What happens if the SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk/ ?
- sekhar
--
C. Ramakrishnan email@hidden
Illposed Software http://www.illposed.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden