mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
forgot to update the alsa version test
This commit is contained in:
parent
981d067000
commit
b4cbb49ca0
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ QF_maGiC_VALUE
|
|||
[
|
||||
#include <sys/asoundlib.h>
|
||||
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
|
||||
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR>=6)
|
||||
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR>=9)
|
||||
QF_maGiC_VALUE
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue