summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-14 16:46:13 +0000
commit37ea342f8576e90cf024f746d86117b195f34095 (patch)
treea029849d002377ae87c088bb8799883a98f412c2 /mp3lib
parent0bd0d07dd78dc3a2e87d9b72da49871b4879fd3f (diff)
downloadmpv-37ea342f8576e90cf024f746d86117b195f34095.tar.bz2
mpv-37ea342f8576e90cf024f746d86117b195f34095.tar.xz
#include config.h before all other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/test.c3
-rw-r--r--mp3lib/test2.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/mp3lib/test.c b/mp3lib/test.c
index 1a96e9b909..f256224a7d 100644
--- a/mp3lib/test.c
+++ b/mp3lib/test.c
@@ -9,9 +9,8 @@
#include <unistd.h>
#include <sys/time.h>
-#include "mp3lib/mp3.h"
#include "config.h"
-
+#include "mp3lib/mp3.h"
#include "cpudetect.h"
extern CpuCaps gCpuCaps;
diff --git a/mp3lib/test2.c b/mp3lib/test2.c
index 17c92bf79b..6a20960663 100644
--- a/mp3lib/test2.c
+++ b/mp3lib/test2.c
@@ -9,8 +9,8 @@
#include <unistd.h>
#include <sys/soundcard.h>
-#include "mp3lib/mp3.h"
#include "config.h"
+#include "mp3lib/mp3.h"
#include "cpudetect.h"
static FILE* mp3file=NULL;