Mercurial > libavcodec.hg
diff libac3/imdct.c @ 64:5aa6292a1660 libavcodec
win32 fixes
| author | glantau |
|---|---|
| date | Mon, 13 Aug 2001 21:48:05 +0000 |
| parents | 986e461dc072 |
| children |
line wrap: on
line diff
--- a/libac3/imdct.c Mon Aug 13 21:46:21 2001 +0000 +++ b/libac3/imdct.c Mon Aug 13 21:48:05 2001 +0000 @@ -22,11 +22,7 @@ * */ -//#include "config.h" - -#include <inttypes.h> -#include <stdlib.h> -#include <stdio.h> +#include "../common.h" #include <math.h> #include "ac3.h" #include "ac3_internal.h"
