summaryrefslogtreecommitdiff
path: root/codecs/mp3/include/L3.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-16 10:44:04 +0000
committerMark Spencer <markster@digium.com>2003-10-16 10:44:04 +0000
commitd5b54e4b7f808e545eb37c1dcd5d2eb0613c4bae (patch)
tree249a4bc16955c96385aacc1433bef36557c1d1f3 /codecs/mp3/include/L3.h
parent084ce330ff895c5e01270c73fc060d38d0027e16 (diff)
Sane FreeBSD patch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/mp3/include/L3.h')
-rwxr-xr-xcodecs/mp3/include/L3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/codecs/mp3/include/L3.h b/codecs/mp3/include/L3.h
index e920afd94..337a721fb 100755
--- a/codecs/mp3/include/L3.h
+++ b/codecs/mp3/include/L3.h
@@ -37,6 +37,13 @@ ____________________________________________________________________________*/
/* #define GLOBAL_GAIN_SCALE 0 */
+#ifdef __FreeBSD__
+#ifdef __i386__
+#undef LITTLE_ENDIAN
+#define LITTLE_ENDIAN 1
+#endif
+#endif
+
#ifdef _M_IX86
#define LITTLE_ENDIAN 1
#endif