[mythtv] ffmpeg sync

MythTV mythtv at taoyama.com
Wed Apr 18 15:21:26 UTC 2007


Janne,

Working through some problems trying to build PPC with the patch.

"libs/libavcodec/libavcodec.pro" line 612 should be

   SOURCES += ppc/float_altivec.c ppc/int_altivec.c

After that there is something going on with nuppledecoder.cpp and  
byteswapping. It looks like the patch removed bswap_dbl and changed  
it to bswap_64 in libs/libavutil/bswap.h. The patch also change the  
type from double to a uint64_t.  I think the bswap_dbl needs to be  
kept to prevent a typecast error.

Mino


More information about the mythtv-dev mailing list