[PATCH] sample: Apply SPARC-specific condition on SPARC only

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Improves correctness, unbreaks software volume in recent Android.
---
 src/pulse/sample.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pulse/sample.h b/src/pulse/sample.h
index 9eb4df0..34087e0 100644
--- a/src/pulse/sample.h
+++ b/src/pulse/sample.h
@@ -120,7 +120,7 @@ PA_C_DECL_BEGIN
 #endif
 
 /* 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
 #endif
 
-- 
1.8.2.1



[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux