sound: Fix ordering of typedefs
When building without PulseAudio includes.
This commit is contained in:
parent
ed04eaeb03
commit
83c681ee9e
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@
|
||||||
#ifdef WITH_INTROSPECTION
|
#ifdef WITH_INTROSPECTION
|
||||||
|
|
||||||
#ifndef PA_API_VERSION
|
#ifndef PA_API_VERSION
|
||||||
typedef int pa_channel_position_t;
|
#define pa_channel_position_t int
|
||||||
typedef guint32 pa_volume_t;
|
#define pa_volume_t guint32
|
||||||
typedef gpointer pa_context;
|
#define pa_context gpointer
|
||||||
#endif /* PA_API_VERSION */
|
#endif /* PA_API_VERSION */
|
||||||
|
|
||||||
#endif /* WITH_INTROSPECTION */
|
#endif /* WITH_INTROSPECTION */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue