summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-15 16:13:41 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-15 16:13:41 +0000
commit18100af70f3f56919e99a6cafb8764bb37a79353 (patch)
tree2dd001696b08d0cd5f530e2b7751bde771076a4d /mp3lib
parent6ad1f58ab878345412736d02a4be53bee427a153 (diff)
downloadmpv-18100af70f3f56919e99a6cafb8764bb37a79353.tar.bz2
mpv-18100af70f3f56919e99a6cafb8764bb37a79353.tar.xz
Consistently include config.h before mangle.h, fixes possible compilation
issues due to r28151 (using EXTERN_PREFIX). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28152 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/dct36_3dnow.c1
-rw-r--r--mp3lib/dct64_mmx.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/mp3lib/dct36_3dnow.c b/mp3lib/dct36_3dnow.c
index 02d23975b4..7f39caacea 100644
--- a/mp3lib/dct36_3dnow.c
+++ b/mp3lib/dct36_3dnow.c
@@ -29,6 +29,7 @@
#define real float /* ugly - but only way */
+#include "config.h"
#include "mangle.h"
#ifdef DCT36_OPTIMIZE_FOR_K7
diff --git a/mp3lib/dct64_mmx.c b/mp3lib/dct64_mmx.c
index 4cce96bd7d..5dec11cb97 100644
--- a/mp3lib/dct64_mmx.c
+++ b/mp3lib/dct64_mmx.c
@@ -3,6 +3,7 @@
* See ChangeLog of mpg123-0.59s-pre.1 for detail
* Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
*/
+#include "config.h"
#include "mangle.h"
#define real float /* ugly - but only way */