Patch for amarok-1.4.4

Jonathan Ryshpan jonrysh at pacbell.net
Mon Oct 30 22:15:56 UTC 2006


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