Opened 14 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)
Change History (2)
by , 14 years ago
Attachment: | ffmpeg.ppc.build.log added |
---|
comment:1 by , 13 years ago
Component: | avcodec → build system |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | git → git-master |
I suspect this has been fixed by Reimar.
Build log