Mercurial > libavcodec.hg
changeset 1412:e101d1cffec6 libavcodec
when changing version, please keep my changes (win32 compile fix)
author | bellard |
---|---|
date | Sun, 24 Aug 2003 13:57:42 +0000 |
parents | c2e63cb94d06 |
children | 724e6477f2a8 |
files | liba52/bit_allocate.c liba52/bitstream.c liba52/downmix.c liba52/imdct.c liba52/parse.c liba52/resample.c |
diffstat | 6 files changed, 0 insertions(+), 37 deletions(-) [+] |
line wrap: on
line diff
--- 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 <inttypes.h> - #include "a52.h" #include "a52_internal.h"
--- 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 <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "bitstream.h"
--- 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 <string.h> -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h"
--- 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 <math.h> -#include <stdio.h> -#ifdef LIBA52_DJBFFT -#include <fftc4.h> -#endif -#ifndef M_PI -#define M_PI 3.1415926535897932384626433832795029 -#endif -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "mm_accel.h"
--- 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 <stdlib.h> -#include <string.h> -#include <inttypes.h> - #include "a52.h" #include "a52_internal.h" #include "bitstream.h"