Dave Plater
4939343e67
- Use alsa API properly. Consumers are expected to use <alsa/asoundlib.h> instead of <asoundlib.h>. This is in preparation of an change to pkgconfig(alsa) to not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333) OBS-URL: https://build.opensuse.org/request/show/688584 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=118
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/src/audio_out/audio_alsa_out.c
|
|
+++ b/src/audio_out/audio_alsa_out.c
|
|
@@ -44,7 +44,7 @@
|
|
|
|
#define ALSA_PCM_NEW_HW_PARAMS_API
|
|
#define ALSA_PCM_NEW_SW_PARAMS_API
|
|
-#include <asoundlib.h>
|
|
+#include <alsa/asoundlib.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
#include <inttypes.h>
|