[MPlayer-cvslog] r28152 - in trunk/mp3lib: dct36_3dnow.c dct64_mmx.c

reimar subversion at mplayerhq.hu
Mon Dec 15 17:13:41 CET 2008


Author: reimar
Date: Mon Dec 15 17:13:41 2008
New Revision: 28152

Log:
Consistently include config.h before mangle.h, fixes possible compilation
issues due to r28151 (using EXTERN_PREFIX).


Modified:
   trunk/mp3lib/dct36_3dnow.c
   trunk/mp3lib/dct64_mmx.c

Modified: trunk/mp3lib/dct36_3dnow.c
==============================================================================
--- trunk/mp3lib/dct36_3dnow.c	(original)
+++ trunk/mp3lib/dct36_3dnow.c	Mon Dec 15 17:13:41 2008
@@ -29,6 +29,7 @@
 
 #define real float /* ugly - but only way */
 
+#include "config.h"
 #include "mangle.h"
 
 #ifdef DCT36_OPTIMIZE_FOR_K7

Modified: trunk/mp3lib/dct64_mmx.c
==============================================================================
--- trunk/mp3lib/dct64_mmx.c	(original)
+++ trunk/mp3lib/dct64_mmx.c	Mon Dec 15 17:13:41 2008
@@ -3,6 +3,7 @@
 * See ChangeLog of mpg123-0.59s-pre.1 for detail
 * Applied to mplayer by Nick Kurshev <nickols_k at mail.ru>
 */
+#include "config.h"
 #include "mangle.h"
 #define real float /* ugly - but only way */
 



More information about the MPlayer-cvslog mailing list