On Sat, Jun 10, 2017 at 03:00:06PM +0000, co...@sdf.org wrote: > I seem to recall the mplayer failure is something in ffmpeg that is > i386 specific. I will try to reproduce.
Yes, text relocations are arch specific (usually non-PIC code used in PIC builds, maybe some of the mplayer asm stuff). Mplayer works fine on amd64 and sparc64. Martin