Merge pull request #756 from sshambar/fixalsa
[alsa] asoundlib.h should be alsa/asoundlib.h
This commit is contained in:
commit
f03d96f152
|
@ -238,7 +238,7 @@ AC_CHECK_SIZEOF([void *])
|
||||||
dnl --- Begin configuring the options ---
|
dnl --- Begin configuring the options ---
|
||||||
dnl ALSA
|
dnl ALSA
|
||||||
FORK_ARG_WITH_CHECK([FORKED_OPTS], [ALSA support], [alsa], [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"]])
|
AM_CONDITIONAL([COND_ALSA], [[test "x$with_alsa" = "xyes"]])
|
||||||
|
|
||||||
dnl PULSEAUDIO
|
dnl PULSEAUDIO
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include <asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "conffile.h"
|
#include "conffile.h"
|
||||||
|
|
Loading…
Reference in New Issue