changeset 23640:4eed49de214f

config.h must be included before other headers
author reimar
date Sun, 24 Jun 2007 17:39:54 +0000
parents 2606b8c645de
children 1c5ab508b0e6
files libmpcodecs/ae.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae.c	Sun Jun 24 17:24:13 2007 +0000
+++ b/libmpcodecs/ae.c	Sun Jun 24 17:39:54 2007 +0000
@@ -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"