Chris Robinson wrote:
Attached is a set of patches that adds an openal32.dll thunk, allowing an app using OpenAL to use the system's lib instead of Creative's software driver. The advantages of using the system lib include:
Strange, doesn't compile here: ccache gcc -m32 -m32 -c -I../../../wine.git/dlls/openal32 -I. -I../../../wine.git/include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o openal.o ../../../wine.git/dlls/openal32/openal.c ../../../wine.git/dlls/openal32/openal.c:40: error: expected specifier-qualifier-list before ‘ALCcontext’ ../../../wine.git/dlls/openal32/openal.c:110: error: expected ‘)’ before ‘*’ token
I've got latest openal-soft git, compiled and installed. Distro itself had old (158) version.
Vitaliy.