From 18100af70f3f56919e99a6cafb8764bb37a79353 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 15 Dec 2008 16:13:41 +0000 Subject: 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 --- mp3lib/dct64_mmx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mp3lib/dct64_mmx.c') 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 */ +#include "config.h" #include "mangle.h" #define real float /* ugly - but only way */ -- cgit v1.2.3