aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/mp3/include/L3.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 02:57:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 02:57:29 +0000
commit0f1c8b8df4a4bd8596282a341a5564195ecd340a (patch)
tree39859596c62f878a9f2957c3a40d36e48c475044 /codecs/mp3/include/L3.h
parentbc32cd5adfe0da2d1d1a08c6bc5b04b9e7d0160e (diff)
FreeBSD patch, take 2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1638 f38db490-d61c-443f-a65b-d21fe96a405b
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