aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/mp3/include/L3.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-16 10:44:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-16 10:44:04 +0000
commit8b42787b24549191ee7af71210b0d3ac9183a80c (patch)
tree249a4bc16955c96385aacc1433bef36557c1d1f3 /codecs/mp3/include/L3.h
parent99b4cfd0e443f57b12cb461391659b251572e900 (diff)
Sane FreeBSD patch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1635 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