Bug#319563: FTBFS: PIC register %ebx clobbered in asm

2005-08-07 Thread Christian Aichinger
On Fri, Jul 22, 2005 at 07:55:05AM -0700, Matt Kraai wrote: Package: ffmpeg Version: 0.cvs20050626-2 Severity: serious ffmpeg fails to build because it clobbers the PIC register %ebx in an asm: I've a patch that fixes this problem, but compile doesn't succeed afterwords. The %ebx clobber

Bug#319563: FTBFS: PIC register %ebx clobbered in asm

2005-08-07 Thread Steve Langasek
On Sun, Aug 07, 2005 at 12:11:05PM +0200, Christian Aichinger wrote: On Fri, Jul 22, 2005 at 07:55:05AM -0700, Matt Kraai wrote: Package: ffmpeg Version: 0.cvs20050626-2 Severity: serious ffmpeg fails to build because it clobbers the PIC register %ebx in an asm: I've a patch that

Bug#319563: FTBFS: PIC register %ebx clobbered in asm

2005-08-07 Thread Christian Aichinger
Ok, I've finally brought ffmpeg to build cleanly here (i386). As said before, I've removed the ebx clobber, since ebx isn't clobbered anyway. The second problem was transpose4x4(), where gcc screwed up (the problem I described earlier). The patch proposed by Steve fixes a simmilar problem about

Bug#319563: FTBFS: PIC register %ebx clobbered in asm

2005-07-22 Thread Matt Kraai
Package: ffmpeg Version: 0.cvs20050626-2 Severity: serious ffmpeg fails to build because it clobbers the PIC register %ebx in an asm: gcc -fPIC -DPIC -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o libpostproc/postprocess.o