[MPlayer-dev-eng] [patch] 64-bit fixes

Falk Hueffner falk.hueffner at student.uni-tuebingen.de
Thu May 23 13:49:05 CEST 2002


Ulrich Hecht <uli at suse.de> writes:

> Here's a (rather large) patch against 0.90pre4 sorting out a lot of
> 64-bit problems, done by our local IA64 guy.

Great work, thanks a lot. Two comments:

--- Gui/skin/font.c
+++ Gui/skin/font.c
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
+#include <stdint.h>
 
 #include "skin.h"
 #include "font.h"

mplayer uses inttypes.h, as stdint.h, while being C99, is available on
less platforms (e. g. not on Solaris).

--- configure
+++ configure
@@ -1157,7 +1179,7 @@
   else
     echores "failed"
     echo "Upgrade binutils to ${_pref_as_version} ..."
-    die "obsolete binutils version"
+    #die "obsolete binutils version"
   fi
 fi
 
Looks like debugging cruft...

-- 
	Falk



More information about the MPlayer-dev-eng mailing list