[mythtv] FFmpeg, GCC out of registers

Daniel Kristjansson danielk at cuymedia.net
Tue Nov 4 03:19:55 UTC 2008


On Tue, 2008-11-04 at 13:32 +1100, Nigel Pearson wrote:
> -mdynamic-no-pic

Probably this one lets it compile with the ffmpeg flags. This usually
indicates that the assembler code is register starved and needs to be
either completely rewritten, or if we're lucky just needs to save and
restore some registers on entry and exit, resp.

-- Daniel



More information about the mythtv-dev mailing list