diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 17:39:54 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 17:39:54 +0000 |
commit | 483d313ee44e513b5d2896e502219826de351255 (patch) | |
tree | cd1ad15b775c7021059d2f85406e0b9c16aa828a | |
parent | 3fd9aa819643da2e9e2f4896f85cb4916e014519 (diff) |
config.h must be included before other headers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23660 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpcodecs/ae.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ae.c b/libmpcodecs/ae.c index 31fe0cc841..c8b3dd526a 100644 --- a/libmpcodecs/ae.c +++ b/libmpcodecs/ae.c @@ -5,12 +5,12 @@ #include <unistd.h> #include <sys/types.h> #include <math.h> +#include "config.h" #include "libmpdemux/aviheader.h" #include "libmpdemux/ms_hdr.h" #include "stream/stream.h" #include "libmpdemux/muxer.h" #include "ae.h" -#include "config.h" #include "ae_pcm.h" |