[MPlayer-dev-eng] [PATCH] Gui/skin/font.c broken

Björn Sandell biorn at dce.chalmers.se
Thu May 23 19:59:35 CEST 2002


stdint.h is not as std as one could hope. Use inttypes instead, as
suggested by alex at naxine.

Index: Gui/skin/font.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/skin/font.c,v
retrieving revision 1.8
diff -u -r1.8 font.c
--- Gui/skin/font.c     23 May 2002 14:46:07 -0000      1.8
+++ Gui/skin/font.c     23 May 2002 18:09:21 -0000
@@ -3,7 +3,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
 
 #include "skin.h"
 #include "font.h"


Björn Sandell       DCE/DFS Sysadmin       IT department
Chalmers University of Technology    www.dce.chalmers.se




More information about the MPlayer-dev-eng mailing list