[FFmpeg-devel] [PATCH]Fix compilation on darwin ppc64 if gas-preprocessor is installed

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jun 18 16:04:00 CEST 2014


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > Compilation currently fails on darwin ppc64 (and darwin 
> > ppc with --enable-pic) if gas-preprocessor is installed.
> > Attached patch fixes this here, better suggestions welcome.

> what exactly fails

These two build commands fail:
$ ./configure --enable-pic && make
$ ./configure --cc='gcc -m64' && make

> and why ?

fft_altivec.c doesn't compile on Darwin ppc and Darwin 
with pic.

> is this a regression ?

Yes, I had fixed this before in 401f6a71

Carl Eugen



More information about the ffmpeg-devel mailing list