Mercurial > mplayer.hg
changeset 31502:c95e08f87c70
Include internal.h last to avoid a conflict between its dprintf()
macro and the stdio.h declaration that causes a clang error.
author | reimar |
---|---|
date | Sun, 27 Jun 2010 19:02:10 +0000 |
parents | 71917902699c |
children | 4d06e790f7ad |
files | mp3lib/dct64_sse.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c Sun Jun 27 16:28:45 2010 +0000 +++ b/mp3lib/dct64_sse.c Sun Jun 27 19:02:10 2010 +0000 @@ -5,8 +5,8 @@ * and mp3lib/dct64_mmx.c */ +#include "libavutil/mem.h" #include "libavutil/internal.h" -#include "libavutil/mem.h" #include "mpg123.h" extern float __attribute__((aligned(16))) costab_mmx[];