Re: winemp3.acm on the mac

2010-03-12 Thread Marcus Meissner
On Thu, Mar 11, 2010 at 08:46:27PM -0600, Aric Stewart wrote: > Hello all, > > So I have been hacking on winemp3.acm on the mac to make use of > CoreAudio for mp3 decoding and I have just gotten it working. So now > I am faced with a questions. > > Do I setup winemp3.acm

Re: winemp3.acm on the mac

2010-03-11 Thread Charles Davis
On 3/11/10 7:56 PM, Ben Klein wrote: > Is there other Mac-specific code in Wine? Yes there is. > how is > it handled? With #ifdefs. Though it's not incompatible with defining our own ACM filter specifically for CoreAudio. In fact, all the modules in Wine are always built; they just get stubbed if t

Re: winemp3.acm on the mac

2010-03-11 Thread Ben Klein
On 12 March 2010 13:46, Aric Stewart wrote: > Hello all, > >  So I have been hacking on winemp3.acm on the mac to make use of CoreAudio > for mp3 decoding and I have just gotten it working. So now I am faced with a > questions. > >  Do I setup winemp3.acm with #ifdef

winemp3.acm on the mac

2010-03-11 Thread Aric Stewart
Hello all, So I have been hacking on winemp3.acm on the mac to make use of CoreAudio for mp3 decoding and I have just gotten it working. So now I am faced with a questions. Do I setup winemp3.acm with #ifdefs to pick between the libmpg123 or CoreAudio paths, leaving us with 1 winemp3.acm