mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
merge r2098 from trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2157 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
27353094f4
commit
a451de1384
1 changed files with 9 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <pulse/cdecl.h>
|
||||
|
|
@ -104,6 +105,14 @@
|
|||
|
||||
PA_C_DECL_BEGIN
|
||||
|
||||
#if !defined(WORDS_BIGENDIAN)
|
||||
#if defined(__BYTE_ORDER)
|
||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define WORDS_BIGENDIAN
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** Maximum number of allowed channels */
|
||||
#define PA_CHANNELS_MAX 32
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue