mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
sample: Apply SPARC-specific condition on SPARC only
Improves correctness, unbreaks software volume in recent Android.
This commit is contained in:
parent
328ef1d35a
commit
55e169655d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ PA_C_DECL_BEGIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* On Sparc, WORDS_BIGENDIAN needs to be set if _BIG_ENDIAN is defined. */
|
/* On Sparc, WORDS_BIGENDIAN needs to be set if _BIG_ENDIAN is defined. */
|
||||||
#ifdef _BIG_ENDIAN
|
#if defined(__sparc__) && defined(_BIG_ENDIAN)
|
||||||
#define WORDS_BIGENDIAN
|
#define WORDS_BIGENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue