# HG changeset patch # User bellard # Date 1061733462 0 # Node ID e101d1cffec6d5ef64e06eac62efcc6b4ee77a45 # Parent c2e63cb94d0619e79913a565d5c1ae9d6659e80d when changing version, please keep my changes (win32 compile fix) diff -r c2e63cb94d06 -r e101d1cffec6 liba52/bit_allocate.c --- a/liba52/bit_allocate.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/bit_allocate.c Sun Aug 24 13:57:42 2003 +0000 @@ -20,11 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include - #include "a52.h" #include "a52_internal.h" diff -r c2e63cb94d06 -r e101d1cffec6 liba52/bitstream.c --- a/liba52/bitstream.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/bitstream.c Sun Aug 24 13:57:42 2003 +0000 @@ -20,11 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include - #include "a52.h" #include "a52_internal.h" #include "bitstream.h" diff -r c2e63cb94d06 -r e101d1cffec6 liba52/downmix.c --- a/liba52/downmix.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/downmix.c Sun Aug 24 13:57:42 2003 +0000 @@ -20,12 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include -#include - #include "a52.h" #include "a52_internal.h" diff -r c2e63cb94d06 -r e101d1cffec6 liba52/imdct.c --- a/liba52/imdct.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/imdct.c Sun Aug 24 13:57:42 2003 +0000 @@ -24,18 +24,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" - -#include -#include -#ifdef LIBA52_DJBFFT -#include -#endif -#ifndef M_PI -#define M_PI 3.1415926535897932384626433832795029 -#endif -#include - #include "a52.h" #include "a52_internal.h" #include "mm_accel.h" diff -r c2e63cb94d06 -r e101d1cffec6 liba52/parse.c --- a/liba52/parse.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/parse.c Sun Aug 24 13:57:42 2003 +0000 @@ -20,13 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - -#include "config.h" - -#include -#include -#include - #include "a52.h" #include "a52_internal.h" #include "bitstream.h" diff -r c2e63cb94d06 -r e101d1cffec6 liba52/resample.c --- a/liba52/resample.c Fri Aug 22 22:18:08 2003 +0000 +++ b/liba52/resample.c Sun Aug 24 13:57:42 2003 +0000 @@ -4,8 +4,6 @@ // a52_resample() should do the conversion. -#include -#include #include "a52.h" #include "mm_accel.h" #include "config.h"