[MPlayer-cvslog] r31568 - trunk/mp3lib/dct64_sse.c

reimar subversion at mplayerhq.hu
Sun Jun 27 21:02:10 CEST 2010


Author: reimar
Date: Sun Jun 27 21:02:10 2010
New Revision: 31568

Log:
Include internal.h last to avoid a conflict between its dprintf()
macro and the stdio.h declaration that causes a clang error.

Modified:
   trunk/mp3lib/dct64_sse.c

Modified: trunk/mp3lib/dct64_sse.c
==============================================================================
--- trunk/mp3lib/dct64_sse.c	Sun Jun 27 18:28:45 2010	(r31567)
+++ trunk/mp3lib/dct64_sse.c	Sun Jun 27 21:02:10 2010	(r31568)
@@ -5,8 +5,8 @@
  * and mp3lib/dct64_mmx.c
  */
 
-#include "libavutil/internal.h"
 #include "libavutil/mem.h"
+#include "libavutil/internal.h"
 #include "mpg123.h"
 
 extern float __attribute__((aligned(16))) costab_mmx[];


More information about the MPlayer-cvslog mailing list