mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25937 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dd44ed5d84
commit
ca8decea78
2
configure
vendored
2
configure
vendored
@ -5173,7 +5173,7 @@ int main(void) {
|
||||
return 0;
|
||||
}
|
||||
EOF
|
||||
for I in "-lopenal" "-framework OpenAL" ; do
|
||||
for I in "-lopenal" "-lopenal32" "-framework OpenAL" ; do
|
||||
cc_check $I && _openal=yes && break
|
||||
cc_check -DOPENAL_AL_H=1 $I && _def_openal_h='#define OPENAL_AL_H 1' && _openal=yes && break
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user