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;
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users