diff libmpcodecs/ae.c @ 23640:4eed49de214f

config.h must be included before other headers
author reimar
date Sun, 24 Jun 2007 17:39:54 +0000
parents ed8f90096c65
children e7c989f7a7c9
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"