mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Do not include sound/asequencer.h in user apps.
This commit is contained in:
parent
23bab96c0e
commit
6e10740a63
2 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
#include <sound/asound.h>
|
#include <sound/asound.h>
|
||||||
#include <sound/asoundef.h>
|
#include <sound/asoundef.h>
|
||||||
#include <sound/asequencer.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
||||||
|
|
@ -209,7 +209,9 @@ enum snd_seq_event_type {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef _SND_SEQ_IN_LOCAL
|
#ifdef _SND_SEQ_IN_LOCAL
|
||||||
|
#include <sound/asequencer.h>
|
||||||
|
#else
|
||||||
|
|
||||||
/** Sequencer event address */
|
/** Sequencer event address */
|
||||||
typedef struct snd_seq_addr {
|
typedef struct snd_seq_addr {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue