mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: handle alsa-lib 1.1.9
alsa-lib 1.1.9 removed /usr/include/alsa from the include path, we must include <alsa/asoundlib.h>
This commit is contained in:
parent
c79a30bd8a
commit
78fbcca660
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include <poll.h>
|
||||
|
||||
#include <libudev.h>
|
||||
#include <asoundlib.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include <spa/support/log.h>
|
||||
#include <spa/utils/type.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <asoundlib.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include <spa/node/node.h>
|
||||
#include <spa/node/utils.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <asoundlib.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include <spa/node/node.h>
|
||||
#include <spa/node/utils.h>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <asoundlib.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include <spa/support/loop.h>
|
||||
#include <spa/support/log.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue