From d0b2c5e6c6fe56541cd0f2242f53b2f2c33642e0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 28 Jun 2012 17:55:59 -0700 Subject: audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr The previous one didnt seem to be set by the build system. Perhaps this was lost in the transition to CMake? --- gr-audio/lib/osx/audio_osx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gr-audio/lib/osx') diff --git a/gr-audio/lib/osx/audio_osx.h b/gr-audio/lib/osx/audio_osx.h index 0a98b71ef..8c9543d0d 100644 --- a/gr-audio/lib/osx/audio_osx.h +++ b/gr-audio/lib/osx/audio_osx.h @@ -51,7 +51,8 @@ fflush (stderr); \ } -#ifdef WORDS_BIGENDIAN +#include //BOOST_BIG_ENDIAN +#ifdef BOOST_BIG_ENDIAN #define GR_PCM_ENDIANNESS kLinearPCMFormatFlagIsBigEndian #else #define GR_PCM_ENDIANNESS 0 -- cgit