Opened 13 years ago

Closed 13 years ago

#56 closed defect (fixed)

ffmpeg fails to build on ppc64 with 32-bit userland in fft_altivec_s.S

Reported by: Andrew John Hughes Owned by:
Priority: normal Component: build system
Version: git-master Keywords: ppc
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

powerpc-unknown-linux-gnu-gcc -I. -I"/var/tmp/portage/media-video/ffmpeg-9999/work/ffmpeg-9999" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DHAVE_AV_CONFIG_H -mcpu=970 -mpowerpc-gfxopt -mpowerpc64 -MMD -MF libavcodec/ppc/fft_altivec_s.d -MT libavcodec/ppc/fft_altivec_s.o -c -o libavcodec/ppc/fft_altivec_s.o libavcodec/ppc/fft_altivec_s.S
libavcodec/ppc/fft_altivec_s.S: Assembler messages:
libavcodec/ppc/fft_altivec_s.S:447: Error: junk at end of line, first unrecognized character is `@'
libavcodec/ppc/fft_altivec_s.S:448: Error: junk at end of line, first unrecognized character is `@'
make: * [libavcodec/ppc/fft_altivec_s.o] Error 1

Tip of checkout is:
commit c104a6e90226eaa253aeba471c8859e0da922da7
Author: Michael Niedermayer <michaelni@gmx.at>
Date: Mon Apr 11 11:49:07 2011 +0200

oggdec: use av_freep() instead of av_free()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Attachments (1)

ffmpeg.ppc.build.log (515.3 KB ) - added by Andrew John Hughes 13 years ago.
Build log

Download all attachments as: .zip

Change History (2)

by Andrew John Hughes, 13 years ago

Attachment: ffmpeg.ppc.build.log added

Build log

comment:1 by Carl Eugen Hoyos, 13 years ago

Component: avcodecbuild system
Resolution: fixed
Status: newclosed
Version: gitgit-master

I suspect this has been fixed by Reimar.

Note: See TracTickets for help on using tickets.