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
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
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
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