mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Remove ugly ifdef (and coincidentally support for early ALSA 0.9).
This commit is contained in:
parent
7762f335d2
commit
eabfbd6c98
1 changed files with 1 additions and 7 deletions
|
@ -33,13 +33,7 @@ static const char rcsid[] =
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_ALSA_ASOUNDLIB_H // newer alsa 0.9
|
||||
# include <alsa/asoundlib.h>
|
||||
#else
|
||||
# ifdef HAVE_SYS_ASOUNDLIB_H // older alsa 0.9
|
||||
# include <sys/asoundlib.h>
|
||||
# endif
|
||||
#endif
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/plugin.h"
|
||||
|
|
Loading…
Reference in a new issue