mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
spa: alsa: allow building without UMP in libalsa
Allow building with older libalsa releases that don't have UMP.
This commit is contained in:
parent
17eaf83fe8
commit
2397a984f7
4 changed files with 66 additions and 3 deletions
|
|
@ -13,7 +13,9 @@ extern "C" {
|
|||
#include <math.h>
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
#ifdef ALSA_UMP
|
||||
#include <alsa/ump_msg.h>
|
||||
#endif
|
||||
|
||||
#include <spa/support/plugin.h>
|
||||
#include <spa/support/loop.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue