Merge pull request #756 from sshambar/fixalsa

[alsa] asoundlib.h should be alsa/asoundlib.h
This commit is contained in:
ejurgensen 2019-06-12 15:20:13 +02:00 committed by GitHub
commit f03d96f152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"