Mercurial > libavcodec.hg
diff libac3/downmix.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/downmix.c Mon Aug 13 21:46:21 2001 +0000 +++ b/libac3/downmix.c Mon Aug 13 21:48:05 2001 +0000 @@ -25,11 +25,8 @@ * */ -#include <inttypes.h> -#include <stdlib.h> -#include <stdio.h> +#include "../common.h" #include <math.h> -#include <string.h> #include "ac3.h" #include "ac3_internal.h"
