[mythtv-users] Gentoo and CVS

Simon Kenyon simon at koala.ie
Sat Apr 23 08:50:02 UTC 2005


On Friday 22 April 2005 13:23, Carl Fongheiser wrote:

> The hard-masked ebuilds for 0.18 currently in portage work fine,
> except for the mythfrontend one.  The mythfrontend ebuild just needs a
> one-line change to work.  I also had to build mythmusic without AAC
> support, but that's the only funny stuff I ran into.

i realise i'm a bit behind current CVS, but i included this patch in my own 
CVS ebuilds to get mythmusic to compile with aac

the problem is that the gentoo version of faad2 has "hacked" the API to 
support x86_64 in an incompatible way. they ebuild authors suggest that we 
"fix the code that calls it". not very helpful, but there you go
--
simon

diff -uprN mythmusic.orig/aacdecoder.h mythmusic/aacdecoder.h
--- mythmusic.orig/aacdecoder.h 2005-04-05 17:28:24.000000000 +0100
+++ mythmusic/aacdecoder.h      2005-04-06 19:56:26.000000000 +0100
@@ -52,7 +52,7 @@ class aacDecoder : public Decoder
     bool done, finish;
     long len, bitrate;
     uchar channels;
-    unsigned long sample_rate;
+    unsigned int sample_rate;
     unsigned long output_size;
     double totalTime, seekTime;



More information about the mythtv-users mailing list