[Asterisk-cvs] asterisk/codecs/mp3/include L3.h,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 20 21:31:28 CDT 2003
Update of /usr/cvsroot/asterisk/codecs/mp3/include
In directory mongoose.digium.com:/tmp/cvs-serv7784/codecs/mp3/include
Modified Files:
L3.h
Log Message:
FreeBSD patch, take 2
Index: L3.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/mp3/include/L3.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- L3.h 16 Oct 2003 21:11:30 -0000 1.3
+++ L3.h 21 Oct 2003 02:57:29 -0000 1.4
@@ -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
More information about the svn-commits
mailing list