Mercurial > mplayer.hg
changeset 21418:cc5b0c53b263
Move system headers before libavutil headers to work around build issues on
Mac OS X, redefining always_inline causes problems.
author | diego |
---|---|
date | Sat, 02 Dec 2006 11:09:01 +0000 |
parents | 8106d1ecc27e |
children | c9ea8098c79f |
files | stream/stream_cdda.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_cdda.c Sat Dec 02 10:00:03 2006 +0000 +++ b/stream/stream_cdda.c Sat Dec 02 11:09:01 2006 +0000 @@ -1,13 +1,13 @@ #include "config.h" +#include <stdio.h> +#include <stdlib.h> + #include "stream.h" #include "m_option.h" #include "m_struct.h" #include "libavutil/common.h" #include "libavutil/bswap.h" - -#include <stdio.h> -#include <stdlib.h> #include "libmpdemux/demuxer.h" #include "cdd.h"