[Asterisk-cvs] asterisk/codecs/mp3/include L3.h,1.1.1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Thu Oct 16 05:18:02 CDT 2003


Update of /usr/cvsroot/asterisk/codecs/mp3/include
In directory mongoose.digium.com:/tmp/cvs-serv8710/codecs/mp3/include

Modified Files:
	L3.h 
Log Message:
Sane FreeBSD patch


Index: L3.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/mp3/include/L3.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- L3.h	12 Feb 2003 13:59:14 -0000	1.1.1.1
+++ L3.h	16 Oct 2003 10:44:04 -0000	1.2
@@ -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