mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
meson: modules/alsa: Fix udev-util include path
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
652d3db8f4
commit
50bb97261e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include "alsa-mixer.h"
|
||||
|
||||
#ifdef HAVE_UDEV
|
||||
#include "udev-util.h"
|
||||
#include <modules/udev-util.h>
|
||||
#endif
|
||||
|
||||
static int set_format(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, pa_sample_format_t *f) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue