diff options
-rw-r--r-- | sound/cocoa_s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/cocoa_s.c b/sound/cocoa_s.c index 833d6ce36..abc44d134 100644 --- a/sound/cocoa_s.c +++ b/sound/cocoa_s.c @@ -65,7 +65,8 @@ static const char *CocoaSoundStart(const char * const *parm) requestedDesc.mBitsPerChannel = 16; requestedDesc.mFormatFlags |= kLinearPCMFormatFlagIsSignedInteger; -#if 1 // Big endian? + +#ifdef TTD_BIG_ENDIAN requestedDesc.mFormatFlags |= kLinearPCMFormatFlagIsBigEndian; #endif |