Mercurial > libavcodec.hg
diff liba52/imdct.c @ 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 | 68d0a38bd802 |
| children | ef2149182f1c |
line wrap: on
line diff
--- 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"
