From fb06154326720e90c5cee4f3dd1d0ff57a34f5b3 Mon Sep 17 00:00:00 2001 From: martinp Date: Thu, 16 Oct 2003 21:11:29 +0000 Subject: Revert the previous patch since it's braking compilation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1636 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/mp3/include/L3.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'codecs/mp3/include') diff --git a/codecs/mp3/include/L3.h b/codecs/mp3/include/L3.h index 337a721fb..e920afd94 100755 --- a/codecs/mp3/include/L3.h +++ b/codecs/mp3/include/L3.h @@ -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 -- cgit v1.2.3