[Fwd: Patch for amarok-1.4.4]
Jonathan Ryshpan
jonrysh at pacbell.net
Tue Oct 31 17:27:50 UTC 2006
Has this appeared on the Amarok list. I posted it yesterday, but
haven't yet seen it on the list. (I have requested to see copies
of my own postings.)
jon
-------- Forwarded Message --------
From: Jonathan Ryshpan <jonrysh at pacbell.net>
To: Amarok Mailing List <amarok at kde.org>
Subject: Patch for amarok-1.4.4
Date: Mon, 30 Oct 2006 14:15:58 -0800
Amarok-1.4.4 doesn't compile on my system FC6 on x86-64, since
UINT64_TO_DOUBLE isn't defined in mp4properties.cpp . Here is
a small patch to correct this:
========================= Cut Here =========================
*** mp4properties.cpp-old Thu Oct 26 13:40:20 2006
--- mp4properties.cpp Mon Oct 30 12:51:31 2006
***************
*** 31,36 ****
--- 31,40 ----
#include <stdint.h>
+ #ifndef UINT64_TO_DOUBLE
+ #define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
+ #endif
+
using namespace TagLib;
========================= Cut Here =========================
BTW: Thanks for introducing me to Magnatunes, who appear to finally be
doing Music on the Web right. They're located only 3-1/2 miles from me,
and I had never heard of them before.
jon
More information about the Amarok
mailing list