Carl Eugen Hoyos <[email protected]> added the comment:

Thank you for testing.

Could you add the output of
grep CONFIG_PIC\  config.h
if you are configuring latest svn with --enable-shared? It's "1" for me and that
breaks compilation of libavcodec/ppc/fft_altivec_s.o here.
Possibly related discussion (which includes the claim that ppc does not and
should not use CONFIG_PIC=1 for --enable-shared):
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/114211

$ make libavcodec/ppc/fft_altivec_s.o
AS      libavcodec/ppc/fft_altivec_s.o
libavcodec/ppc/fft_altivec_s.S:744:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:744:Invalid mnemonic 'got(r2)'
libavcodec/ppc/fft_altivec_s.S:784:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:784:Invalid mnemonic 'got(r2)'
libavcodec/ppc/fft_altivec_s.S:791:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:791:Invalid mnemonic 'got(r2)'
libavcodec/ppc/fft_altivec_s.S:1279:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:1279:Invalid mnemonic 'got(r2)'
libavcodec/ppc/fft_altivec_s.S:1319:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:1319:Invalid mnemonic 'got(r2)'
libavcodec/ppc/fft_altivec_s.S:1326:Parameter syntax error (parameter 2)
libavcodec/ppc/fft_altivec_s.S:1326:Invalid mnemonic 'got(r2)'

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2401>
________________________________________________

Reply via email to