[alsa] asoundlib.h should be alsa/asoundlib.h
This commit is contained in:
parent
72534ec570
commit
20f5118f75
|
@ -238,7 +238,7 @@ AC_CHECK_SIZEOF([void *])
|
|||
dnl --- Begin configuring the options ---
|
||||
dnl ALSA
|
||||
FORK_ARG_WITH_CHECK([FORKED_OPTS], [ALSA support], [alsa], [ALSA],
|
||||
[alsa], [snd_mixer_open], [asoundlib.h])
|
||||
[alsa], [snd_mixer_open], [alsa/asoundlib.h])
|
||||
AM_CONDITIONAL([COND_ALSA], [[test "x$with_alsa" = "xyes"]])
|
||||
|
||||
dnl PULSEAUDIO
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <asoundlib.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "conffile.h"
|
||||
|
|
Loading…
Reference in New Issue