From df1a4c9f202b554aa1c6bb49fab3d921eaf48195 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 2 Dec 2006 11:09:01 +0000 Subject: Move system headers before libavutil headers to work around build issues on Mac OS X, redefining always_inline causes problems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21434 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_cdda.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index 8333acc618..3eb08d4350 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -1,13 +1,13 @@ #include "config.h" +#include +#include + #include "stream.h" #include "m_option.h" #include "m_struct.h" #include "libavutil/common.h" #include "libavutil/bswap.h" - -#include -#include #include "libmpdemux/demuxer.h" #include "cdd.h" -- cgit v1.2.3