Ok I fixed up my OpenAL driver as per the suggestions (thanks much)
I am not sure how to use or test pkg-config (does that exist on Mac OSX?)
The differences with the OpenAL driver patch... 1. It has a perty ChangeLog diff 2. configure.ac now checks for AL/al.h (which is where OpenAL should be) 3. dlls/Makefile.in should patch correctly now (I did not hand edit it this time -- still crossing fingers) 4. FIXME's -> ERR's for the legit OpenAL errs 5. alcCloseDevice in OpenAL 1.0 (no return value) in 1.1 it returns a boolean -- .: I dont check the boolean anymore -- meaning this error is now slient
- Nick
On 6/8/06, Nick Burns adger44@hotmail.com wrote:
Ok I fixed up my OpenAL driver as per the suggestions (thanks much)
I am not sure how to use or test pkg-config (does that exist on Mac OSX?)
The differences with the OpenAL driver patch...
- It has a perty ChangeLog diff
You're not supposed to change ChangeLog; it's generated automatically.
Got ya will remove that when I send to the wine patch list
From: "James Hawkins" truiken@gmail.com Subject: Re: Feedback requested on an OpenAL audio driver patch -- #2 Date: Thu, 8 Jun 2006 10:03:19 -0700
On 6/8/06, Nick Burns adger44@hotmail.com wrote:
Ok I fixed up my OpenAL driver as per the suggestions (thanks much)
I am not sure how to use or test pkg-config (does that exist on Mac OSX?)
The differences with the OpenAL driver patch...
- It has a perty ChangeLog diff
You're not supposed to change ChangeLog; it's generated automatically.
-- James Hawkins
- Nick