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

martinp at lists.digium.com martinp at lists.digium.com
Thu Oct 16 15:45:28 CDT 2003


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

Modified Files:
	L3.h 
Log Message:
Revert the previous patch since it's braking compilation


Index: L3.h
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/mp3/include/L3.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- L3.h	16 Oct 2003 10:44:04 -0000	1.2
+++ L3.h	16 Oct 2003 21:11:30 -0000	1.3
@@ -37,13 +37,6 @@
 /* #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