changeset 28117:bd6833421e56

Consistently include config.h before mangle.h, fixes possible compilation issues due to r28151 (using EXTERN_PREFIX).
author reimar
date Mon, 15 Dec 2008 16:13:41 +0000
parents d3c2f2b726ed
children 4455edd2be89
files mp3lib/dct36_3dnow.c mp3lib/dct64_mmx.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct36_3dnow.c	Mon Dec 15 13:53:07 2008 +0000
+++ b/mp3lib/dct36_3dnow.c	Mon Dec 15 16:13:41 2008 +0000
@@ -29,6 +29,7 @@
 
 #define real float /* ugly - but only way */
 
+#include "config.h"
 #include "mangle.h"
 
 #ifdef DCT36_OPTIMIZE_FOR_K7
--- a/mp3lib/dct64_mmx.c	Mon Dec 15 13:53:07 2008 +0000
+++ b/mp3lib/dct64_mmx.c	Mon Dec 15 16:13:41 2008 +0000
@@ -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 */